mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2026-01-26 00:51:36 +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!)... "
|
echo -n "(Re)setting permissions (This might take a while! Please be patient!)... "
|
||||||
chown -R "$setuid":"$setgid" /opt/iobroker
|
chown -R "$setuid":"$setgid" /opt/iobroker
|
||||||
chown -R "$setuid":"$setgid" /opt/scripts
|
chown -R "$setuid":"$setgid" /opt/scripts
|
||||||
|
chown -R "$setuid":"$setgid" /opt/userscripts
|
||||||
chown -R "$setuid":"$setgid" /opt/.docker_config
|
chown -R "$setuid":"$setgid" /opt/.docker_config
|
||||||
echo "Done."
|
echo "Done."
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user