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