aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2021-10-26 20:12:01 +0800
committerKunoiSayami <[email protected]>2021-10-26 20:12:01 +0800
commit12cefea4d94ccf6efe2502f4b2b6c5874a3c9479 (patch)
tree705fc4c4081c7b8f884d45d01fd232997ce4359f /deploy.sh
parentc06c015b814e5b05ef137972495afd72393a5688 (diff)
license: Use AGPLv3 instead of UNLICENSE
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index 5e25e73..045e03f 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -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/