paths
This commit is contained in:
parent
9f6937c2cd
commit
fc35d76f33
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
ssh $HOST "cd $DEST && ./app/scripts/install.sh && sudo systemctl start nose-pluto.service"
|
||||
Loading…
Reference in New Issue
Block a user