From d48672bf6023c1809a7bf39dbc34644229ebd2b9 Mon Sep 17 00:00:00 2001 From: Kai Stevenson Date: Tue, 4 Apr 2023 13:13:39 -0700 Subject: added delete flag to updatesite rsync --- updatesite | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'updatesite') 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 -- cgit v1.2.3-70-g09d2