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