pull/95/merge
行旅途 2022-06-22 14:09:27 +08:00 committed by GitHub
commit ed6f2e69ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 5 deletions

View File

@ -118,11 +118,14 @@ else
-e "s|<FLARUM_TITLE>|${FLARUM_TITLE}|g" /flarum/app/config.yml -e "s|<FLARUM_TITLE>|${FLARUM_TITLE}|g" /flarum/app/config.yml
# Install flarum # Install flarum
su-exec "${UID}:${GID}" php /flarum/app/flarum install --file=/flarum/app/config.yml \ if su-exec "${UID}:${GID}" php /flarum/app/flarum install --file=/flarum/app/config.yml; then
&& touch /flarum/app/public/assets/._flarum-installed.lock touch /flarum/app/public/assets/._flarum-installed.lock
echo "[INFO] End of flarum installation" echo "[INFO] End of flarum installation"
else
echo "[ERROR] The flarum installation fails, Now exit!"
exit 75
fi
fi fi
echo "[INFO] End of startup script. Forum is starting." echo "[INFO] End of startup script. Forum is starting..."
exec su-exec "${UID}:${GID}" /bin/s6-svscan /etc/s6.d exec su-exec "${UID}:${GID}" /bin/s6-svscan /etc/s6.d