From fd558dee66ea1fd4ace8171af382cc9973228cfc Mon Sep 17 00:00:00 2001 From: Chris Wanstrath <2+defunkt@users.noreply.github.com> Date: Mon, 22 Sep 2025 12:44:31 -0700 Subject: [PATCH] i see --- scripts/deploy.sh | 2 +- scripts/remote-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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