From e79dd4c6be6926e3773c024f1c08049897be3d48 Mon Sep 17 00:00:00 2001 From: hyang Date: Thu, 14 Sep 2023 19:54:29 -0700 Subject: unlucky --- watch.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'watch.sh') diff --git a/watch.sh b/watch.sh index 77dcdcc..ff1749d 100755 --- a/watch.sh +++ b/watch.sh @@ -4,6 +4,7 @@ while true; do (git fetch && git reset --hard origin) || git clone "$REPO" . && git submodule update --init git submodule update --remote hugo + rm -Rf /var/www/hugo_pub mv -f ./public /var/www/hugo_pub chown -R root:www-data /var/www/hugo_pub sleep 60 -- cgit v1.2.3