scripts: Update spipi.sh path to use this repo

This commit is contained in:
Tim Crawford
2020-02-06 15:31:21 -07:00
committed by Tim Crawford
parent 0cf0bab887
commit 672648dcf0
4 changed files with 4 additions and 4 deletions

View File

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