diff options
author | hyang <hyang@hyang.xyz> | 2023-09-14 19:54:29 -0700 |
---|---|---|
committer | hyang <hyang@hyang.xyz> | 2023-09-14 19:54:29 -0700 |
commit | e79dd4c6be6926e3773c024f1c08049897be3d48 (patch) | |
tree | 4a3bc54b5e2273188a90884027869c356a33e7d0 | |
parent | 01e6ea095914d450d07f535cba3b903c345f84ad (diff) |
unlucky
-rwxr-xr-x | watch.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |