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