summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xupdatesite2
1 files changed, 1 insertions, 1 deletions
diff --git a/updatesite b/updatesite
index 9256a92..ddf0781 100755
--- a/updatesite
+++ b/updatesite
@@ -1,4 +1,4 @@
-rsync -avzP ./src/ root@aberrantflux.xyz:/srv/http/aberrantflux-site
+rsync -avzP --delete ./src/ root@aberrantflux.xyz:/srv/http/aberrantflux-site
if [ $# -eq 0 ]; then
exit 0