Update 99-run.sh

This commit is contained in:
Alexandre
2022-02-14 08:13:12 +01:00
committed by GitHub
parent 4f32b22738
commit f71df710bc

View File

@@ -22,7 +22,7 @@ fi
mkdir -p "$LOCATION"/resources
ln -s $LOCATION/resources /home/joplin/packages/server
# chown -R www-data:www-data "$LOCATION"
chown -R joplin:joplin "$LOCATION"
chmod -R 777 "$LOCATION"
chmod 777 "$LOCATION/database.sqlite"
export SQLITE_DATABASE="$LOCATION/database.sqlite"