From 01462f5f81f81977142b573c5e70f4c957837bae Mon Sep 17 00:00:00 2001 From: postscriptum Date: Sun, 19 Oct 2025 07:01:18 +0300 Subject: [PATCH] update destination path --- push | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/push b/push index 69dc782..faa099c 100755 --- a/push +++ b/push @@ -16,7 +16,7 @@ git commit -m "$(date +%s)" git push echo "update remote host (localnet) ..." -rclone sync $SRC localnet: --update -v +rclone sync $SRC localnet:public --update -v echo "update remote host (yesterweb) ..." -rclone sync $SRC yesterweb: --update --no-check-certificate -v \ No newline at end of file +rclone sync $SRC yesterweb:/ --update --no-check-certificate -v \ No newline at end of file