Merge pull request #339 from system76/spipi-update

Set spipi to new name instead of IP address
This commit is contained in:
John Wiggins
2022-07-27 12:28:59 -06:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
SPIPI=${SPIPI:-"ubuntu@10.17.89.179"} SPIPI=${SPIPI:-"system76@spipi.local"}
if [ ! -d "models/${MODEL}" ] if [ ! -d "models/${MODEL}" ]
then then