mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-08 16:45:56 +02:00
Correct PUID
This commit is contained in:
@@ -6,8 +6,7 @@ if [ -f /notinstalled ]; then exit 0; fi
|
||||
|
||||
# Specify launcher
|
||||
PUID=$(bashio::config "PUID")
|
||||
PGID=$(bashio::config "PGID")
|
||||
LAUNCHER="sudo -u \#"$PUID" php /data/config/www/nextcloud/occ"
|
||||
LAUNCHER="sudo -u \#$PUID php /data/config/www/nextcloud/occ"
|
||||
|
||||
####################
|
||||
# Initialization #
|
||||
|
||||
Reference in New Issue
Block a user