mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Update ha_entrypoint_modif.sh
This commit is contained in:
@@ -8,8 +8,8 @@ set -e
|
||||
# Corrects permissions for s6 v3
|
||||
################################
|
||||
|
||||
PUID="{PUID:-0}"
|
||||
PGID="{PGID:-0}"
|
||||
PUID="${PUID:-0}"
|
||||
PGID="${PGID:-0}"
|
||||
|
||||
if [ -f /ha_entrypoint.sh ]; then
|
||||
chown -R "$PUID:$PGID" /ha_entrypoint.sh
|
||||
|
||||
Reference in New Issue
Block a user