Merge pull request #423 from EugenMayer/patch-1

Fix ownership of userscripts fixes #420
This commit is contained in:
André Germann
2024-01-07 22:22:23 +01:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -227,6 +227,7 @@ else
echo -n "(Re)setting permissions (This might take a while! Please be patient!)... "
chown -R "$setuid":"$setgid" /opt/iobroker
chown -R "$setuid":"$setgid" /opt/scripts
chown -R "$setuid":"$setgid" /opt/userscripts
echo "Done."
fi
echo " "

View File

@@ -243,6 +243,7 @@ else
echo -n "(Re)setting permissions (This might take a while! Please be patient!)... "
chown -R "$setuid":"$setgid" /opt/iobroker
chown -R "$setuid":"$setgid" /opt/scripts
chown -R "$setuid":"$setgid" /opt/userscripts
chown -R "$setuid":"$setgid" /opt/.docker_config
echo "Done."
fi