Skip to content
Snippets Groups Projects
Commit 877f91c0 authored by rinpatch's avatar rinpatch
Browse files

Do not assume ~pleroma == /opt/pleroma

parent e404335a
No related branches found
No related tags found
No related merge requests found
......@@ -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
"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment