From fc35d76f33bee0ef061eccec7b53afacffcd026e Mon Sep 17 00:00:00 2001 From: Chris Wanstrath <2+defunkt@users.noreply.github.com> Date: Mon, 22 Sep 2025 15:02:41 -0700 Subject: [PATCH] paths --- app/scripts/deploy.sh | 2 +- app/scripts/remote-install.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/scripts/deploy.sh b/app/scripts/deploy.sh index afec295..8918f2e 100755 --- a/app/scripts/deploy.sh +++ b/app/scripts/deploy.sh @@ -5,7 +5,7 @@ set -euo pipefail -source ./scripts/config.sh +source ./app/scripts/config.sh SOCK="$HOME/.ssh/cm-%r@%h:%p" # 1) Open a master connection (prompts once) diff --git a/app/scripts/remote-install.sh b/app/scripts/remote-install.sh index 8c6600d..4be60fe 100755 --- a/app/scripts/remote-install.sh +++ b/app/scripts/remote-install.sh @@ -3,6 +3,6 @@ ## # setup your NOSEputer from your dev machine -source ./scripts/config.sh +source ./app/scripts/config.sh -ssh $HOST "cd $DEST && ./scripts/install.sh && sudo systemctl start nose-pluto.service" \ No newline at end of file +ssh $HOST "cd $DEST && ./app/scripts/install.sh && sudo systemctl start nose-pluto.service" \ No newline at end of file