This commit is contained in:
Alexandre
2022-02-18 13:24:22 +01:00
parent f5269cf80a
commit 97f8ca78ab

View File

@@ -22,7 +22,7 @@ fi
if [ ! -d "$LOCATION"/resources ]; then if [ ! -d "$LOCATION"/resources ]; then
mkdir -p "$LOCATION"/resources mkdir -p "$LOCATION"/resources
fi fi
ln -s $LOCATION/resources /home/joplin/packages/server ln -s "$LOCATION"/resources /home/joplin/packages/server
chown -R joplin:joplin "$LOCATION" chown -R joplin:joplin "$LOCATION"
chmod -R 777 "$LOCATION" chmod -R 777 "$LOCATION"