From 75feec02fd21e02b9feff18a7006536bfc8f87f6 Mon Sep 17 00:00:00 2001 From: postscriptum Date: Sat, 24 Jan 2026 05:01:34 +0200 Subject: [PATCH] disable inactive server --- push | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/push b/push index 7f74855..41671b3 100755 --- a/push +++ b/push @@ -15,8 +15,8 @@ git add . git commit -m "$(date +%s)" git push -echo "update remote host (localnet) ..." -rclone sync $SRC localnet:ps/public --update -v +#echo "update remote host (localnet) ..." +#rclone sync $SRC localnet:ps/public --update -v echo "update remote host (yesterweb) ..." rclone sync $SRC yesterweb:/ --update --no-check-certificate -v