forked from AkkomaGang/akkoma
Do not assume ~pleroma == /opt/pleroma
This commit is contained in:
parent
e404335af8
commit
877f91c0c4
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ unzip /tmp/pleroma.zip -d /tmp/
|
|||
|
||||
# Move the release to the home directory and delete temporary files
|
||||
su pleroma -s $SHELL -lc "
|
||||
mv /tmp/release/* /opt/pleroma
|
||||
mv /tmp/release/* ~pleroma/
|
||||
rmdir /tmp/release
|
||||
rm /tmp/pleroma.zip
|
||||
"
|
||||
|
|
Loading…
Reference in a new issue