diff --git a/updateLive.sh b/updateLive.sh index 425eed0..3522f1b 100755 --- a/updateLive.sh +++ b/updateLive.sh @@ -1,3 +1,2 @@ #!/bin/bash -cd /etc/nginx/html/root -git pull +ssh -p2122 caleb@172.16.1.31 "cd /etc/nginx/html/root; git pull"