Update 99-run.sh

This commit is contained in:
Alexandre
2022-02-14 07:44:16 +01:00
committed by GitHub
parent ca13b33fef
commit 5deda8b152

View File

@@ -19,8 +19,9 @@ fi
mkdir -p "$LOCATION"/resources
ln -s $LOCATION/resources /home/joplin/packages/server
chown -R www-data:www-data "$LOCATION"
# chown -R www-data:www-data "$LOCATION"
chmod -R 775 "$LOCATION"
chmod 777 "$LOCATION/database.sqlite"
export SQLITE_DATABASE="$LOCATION/database.sqlite"
if bashio::config.has_value 'POSTGRES_DATABASE'; then