diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-02 11:53:31 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-02 11:53:31 +0800 |
commit | f9d0881336c8ccd582d0173391cc3f97510f7ccd (patch) | |
tree | f665a677618e0bfca0abc40c62afcd7de83b97a9 | |
parent | Don't require current or ancestor to navigate (diff) | |
download | website-f9d0881336c8ccd582d0173391cc3f97510f7ccd.tar.gz website-f9d0881336c8ccd582d0173391cc3f97510f7ccd.tar.zst website-f9d0881336c8ccd582d0173391cc3f97510f7ccd.zip |
upload: Add "$@" to rsync
-rwxr-xr-x | upload | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ #!/bin/sh -hugo && rsync --chmod=u=rwX,go=rX --delete-after -rv public/ lindenii.runxiyu.org:/var/www/lindenii/ +hugo && rsync --chmod=u=rwX,go=rX --delete-after -rv public/ lindenii.runxiyu.org:/var/www/lindenii/ "$@" |