Set spipi to new name instead of IP address
Improved config script so the spipi config file doesn't have to be updated with the IP address of the raspberry pi.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
SPIPI=${SPIPI:-"ubuntu@10.17.89.179"}
|
||||
SPIPI=${SPIPI:-"system76@spipi.local"}
|
||||
|
||||
if [ ! -d "models/${MODEL}" ]
|
||||
then
|
||||
|
Reference in New Issue
Block a user