From 90f9a82c29c6f267601e33643b8144a416216b3a Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 3 Nov 2021 21:08:27 -0600 Subject: [PATCH] fix --- pleroma/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pleroma/setup.sh b/pleroma/setup.sh index f7b11cb..7433014 100644 --- a/pleroma/setup.sh +++ b/pleroma/setup.sh @@ -3,6 +3,7 @@ export SHELL="/bin/bash" cd /opt unzip pleroma.zip +mv /opt/release /opt/pleroma chown -R pleroma /opt/pleroma mkdir -p /var/lib/pleroma/uploads mkdir -p /var/lib/pleroma/static @@ -33,7 +34,6 @@ su pleroma -s $SHELL -lc "/opt/pleroma/bin/pleroma daemon" #curl https://gitlab.com/`curl https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs | grep 'build-production' | cut -d "\"" -f4 | head -1`/artifacts/download -o soapbox-fe.zip #curl -L https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/1734223607/artifacts/download -o soapbox-fe.zip busybox unzip /tmp/soapbox-fe.zip -o -d /var/lib/pleroma/ -mv /opt/release /opt/pleroma mv /var/lib/pleroma/static/instance/about.example /var/lib/pleroma/static/instance/about cp -f /tmp//terms-of-service.html /var/lib/pleroma/static/instance/about/tos.html cp -f /tmp/terms-of-service.html /var/lib/pleroma/static/instance/about/index.html