Skip to content

Commit

Permalink
tweak install-dev script to work with fish shell
Browse files Browse the repository at this point in the history
  • Loading branch information
tve committed Dec 18, 2024
1 parent f0f434b commit 49c3209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init-dev-sg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Host github.com
StrictHostKeyChecking no
EOF

ssh $1 "[[ -d sensorgnome-control ]] || git clone [email protected]:tve/sensorgnome-control.git"
ssh $1 "test -d sensorgnome-control || git clone [email protected]:tve/sensorgnome-control.git"
ssh $1 "ln -s /opt/sensorgnome/control/public/flexdash ~/sensorgnome-control/src/public"

ssh $1 "cat >sensorgnome-control/run; chmod +x sensorgnome-control/run" <<EOF
Expand Down

0 comments on commit 49c3209

Please sign in to comment.