chown capsule files to gemini user

This commit is contained in:
ktyl 2022-04-29 01:38:54 +01:00
parent 358894d773
commit 1ab31973ab
2 changed files with 4 additions and 3 deletions

View File

@ -9,7 +9,7 @@ for my own reference really but do enjoy :)
# fiction
=> https://www.mit.edu/people/dpolicar/writing/prose/text/thinkingMeat.html They're Made out of Meat [www]
=> http://www.williamflew.com/omni4d.html Newton's Gift
=> http://www.williamflew.com/omni4d.html Newton's Gift [www]
# computers

View File

@ -9,13 +9,14 @@ sudo rm -rv $dest/*
# copy received files to hosting location
sudo rsync -rvP $site/* $dest
sudo chown -R gemini:gemini $dest/*
# clean up
rm -rv $site
# delete self
rm deploy.sh
rm -v deploy.sh
printf "\ndone!"
echo "\ndone!"