From d79ee9654260c707564bee1cb0e4f7cce586e879 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Sat, 27 Dec 2025 14:09:12 -0500 Subject: clean up --- scripts/constant-sync.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 scripts/constant-sync.sh (limited to 'scripts/constant-sync.sh') diff --git a/scripts/constant-sync.sh b/scripts/constant-sync.sh deleted file mode 100755 index c016b44..0000000 --- a/scripts/constant-sync.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -while true; do - rsync -av --delete ./zola-static/public/ /var/www/homepage/ - sleep 5 # wait 5 seconds before the next sync -done -- cgit v1.2.3