Update 00-data_location.sh

This commit is contained in:
Alexandre
2022-02-09 20:14:07 +01:00
committed by GitHub
parent 1bdc45ddf1
commit 0d5e49c52b

View File

@@ -11,5 +11,5 @@ sed -i "s|/config|$LOCATION|g" /etc/cont-init.d/30-config
echo "Creating $LOCATION"
mkdir -p "$LOCATION"
bashio::log.info "Setting ownership to $PUID:$GUID"
chown "$PUID":"$GUID" "$LOCATION"
bashio::log.info "Setting ownership to $PUID:$PGID"
chown "$PUID":"$PGID" "$LOCATION"