Fixed DB permissions issue

issue #110
This commit is contained in:
Henry Whitaker
2020-06-19 16:47:37 +01:00
parent cd1c9fe493
commit 77976d9240

View File

@@ -12,6 +12,7 @@ chmod -R 755 /config/www/bootstrap
if [ ! -f /config/speed.db ]; then
echo "Database file not found! Creating empty database"
touch /config/speed.db
chown abc:abc /config/speed.db
else
echo "Database file exists"
chown abc:abc /config/speed.db