From e02c71a58864c4161dbaee346db4d57304fcc206 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath <2+defunkt@users.noreply.github.com> Date: Mon, 22 Sep 2025 12:44:15 -0700 Subject: [PATCH] eh --- 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 e96eac5..2124b70 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -5,7 +5,7 @@ set -euo pipefail -source config.sh +source "./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 3ecb619..2f08052 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 "./config.sh" ssh $HOST "cd $DEST && ./scripts/install.sh && sudo systemctl start nose-pluto.service" \ No newline at end of file