Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ass/commit/95349e4b5582991ec9b089da2b6ab660fac9e430 You should set ROOT_URL correctly, otherwise the web may not work correctly.

fixed compacted script

pull/29/head
tycrek 4 years ago
parent 1ff1537068
commit 95349e4b55
No known key found for this signature in database
GPG Key ID: 25D74F3943625263

@ -9,7 +9,12 @@ mkdir -p ./uploads/thumbnails/
mkdir -p ./share/
# Ensure that files config.json, auth.json, & data.json exist
for value in config.json auth.json data.json do if [ ! -f $value ]; then touch $value; fi; done
for value in config.json auth.json data.json
do
if [ ! -f $value ]; then
touch $value
fi
done
# Wait for user to confirm
echo "Continuing will run docker-compose. Continue? (Press Ctrl+C to abort)"

Loading…
Cancel
Save