chown capsule files to gemini user
This commit is contained in:
parent
358894d773
commit
1ab31973ab
|
@ -9,7 +9,7 @@ for my own reference really but do enjoy :)
|
||||||
# fiction
|
# fiction
|
||||||
|
|
||||||
=> https://www.mit.edu/people/dpolicar/writing/prose/text/thinkingMeat.html They're Made out of Meat [www]
|
=> 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
|
# computers
|
||||||
|
|
||||||
|
|
|
@ -9,13 +9,14 @@ sudo rm -rv $dest/*
|
||||||
|
|
||||||
# copy received files to hosting location
|
# copy received files to hosting location
|
||||||
sudo rsync -rvP $site/* $dest
|
sudo rsync -rvP $site/* $dest
|
||||||
|
sudo chown -R gemini:gemini $dest/*
|
||||||
|
|
||||||
# clean up
|
# clean up
|
||||||
rm -rv $site
|
rm -rv $site
|
||||||
# delete self
|
# delete self
|
||||||
rm deploy.sh
|
rm -v deploy.sh
|
||||||
|
|
||||||
printf "\ndone!"
|
echo "\ndone!"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue