From 6fb002ca0a90d2c7d8ef00bbd5d0f6e000a37b04 Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Wed, 23 Aug 2023 00:23:41 -0500 Subject: [PATCH] Update update script --- updateLive.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"