summaryrefslogtreecommitdiff
path: root/updatesite
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2023-08-01 13:11:32 -0700
committerKai Stevenson <kai@kaistevenson.com>2023-08-01 13:11:32 -0700
commitd45367cc9101e4f0e03d1e77d5c7cc10b00567ba (patch)
treec6805306a3198c412b1bda9588334d38d7dfcbde /updatesite
parent79bd72e062fabcd6c0b73cfba6d35178e179da41 (diff)
added phplatex
Diffstat (limited to 'updatesite')
-rwxr-xr-xupdatesite1
1 files changed, 1 insertions, 0 deletions
diff --git a/updatesite b/updatesite
index ddf0781..4578c5f 100755
--- a/updatesite
+++ b/updatesite
@@ -1,4 +1,5 @@
rsync -avzP --delete ./src/ root@aberrantflux.xyz:/srv/http/aberrantflux-site
+ssh root@aberrantflux.xyz "cd /srv/http/aberrantflux-site ; chown -R http:http writing/tmp writing/images"
if [ $# -eq 0 ]; then
exit 0