From fe1e00f4e70923726d136110175ef49ac65fa9c2 Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Mon, 6 Mar 2023 13:48:52 -0600 Subject: [PATCH] add live update script --- updateLive.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 updateLive.sh diff --git a/updateLive.sh b/updateLive.sh new file mode 100755 index 0000000..425eed0 --- /dev/null +++ b/updateLive.sh @@ -0,0 +1,3 @@ +#!/bin/bash +cd /etc/nginx/html/root +git pull