From 4361d3283c272f0a83cae3a7d12fc92c76135824 Mon Sep 17 00:00:00 2001 From: Chloe Christine Fontenot Date: Fri, 28 Feb 2025 13:21:58 -0600 Subject: [PATCH] Add font, update year --- updateLive.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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