Merge pull request #95 from henrywhitaker3/dev-docker-lsio

DB readonly issue fix
This commit is contained in:
Henry Whitaker
2020-06-17 17:35:14 +01:00
committed by GitHub

View File

@@ -14,6 +14,7 @@ if [ ! -f /config/speed.db ]; then
touch /config/speed.db
else
echo "Database file exists"
chown abc:abc /config/speed.db
fi