mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-17 10:29:00 +02:00
Fix ownership of userscripts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user