This commit is contained in:
Alexandre
2022-02-18 09:14:08 +01:00
parent 0e58af718b
commit b23670350e
8 changed files with 24 additions and 25 deletions

View File

@@ -17,4 +17,4 @@ if [ -d /data/config ]; then
fi
# Make sure permissions are right
chown -R $(id -u):$(id -g) $CONFIGLOCATION
chown -R "$(id -u):$(id -g)" $CONFIGLOCATION