diff options
| author | KunoiSayami <[email protected]> | 2021-10-26 20:12:01 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2021-10-26 20:12:01 +0800 |
| commit | 12cefea4d94ccf6efe2502f4b2b6c5874a3c9479 (patch) | |
| tree | 705fc4c4081c7b8f884d45d01fd232997ce4359f /deploy.sh | |
| parent | c06c015b814e5b05ef137972495afd72393a5688 (diff) | |
license: Use AGPLv3 instead of UNLICENSE
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'deploy.sh')
| -rwxr-xr-x | deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,4 +8,4 @@ if [ $# -eq 0 ]; then exit 1 fi /usr/bin/date +%s > "packages/LASTSYNC" -/usr/bin/rsync --partial -r --update --links --delete --exclude=.gitignore "packages/" $1:/var/www/repo/ +/usr/bin/rsync --partial -r -c --update --links --delete --exclude=.gitignore "packages/" $1:/var/www/repo/ |
