diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 2124b70..fa1ead2 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -5,7 +5,7 @@ set -euo pipefail -source "./config.sh" +source ./scripts/config.sh SOCK="$HOME/.ssh/cm-%r@%h:%p" # 1) Open a master connection (prompts once) diff --git a/scripts/remote-install.sh b/scripts/remote-install.sh index 2f08052..8c6600d 100755 --- a/scripts/remote-install.sh +++ b/scripts/remote-install.sh @@ -3,6 +3,6 @@ ## # setup your NOSEputer from your dev machine -source "./config.sh" +source ./scripts/config.sh ssh $HOST "cd $DEST && ./scripts/install.sh && sudo systemctl start nose-pluto.service" \ No newline at end of file