fixed compacted script

pull/29/head
tycrek 3 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