mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-09 00:55:58 +02:00
Update 00-data_location.sh
This commit is contained in:
@@ -11,5 +11,5 @@ sed -i "s|/config|$LOCATION|g" /etc/cont-init.d/30-config
|
|||||||
echo "Creating $LOCATION"
|
echo "Creating $LOCATION"
|
||||||
mkdir -p "$LOCATION"
|
mkdir -p "$LOCATION"
|
||||||
|
|
||||||
bashio::log.info "Setting ownership to $PUID:$GUID"
|
bashio::log.info "Setting ownership to $PUID:$PGID"
|
||||||
chown "$PUID":"$GUID" "$LOCATION"
|
chown "$PUID":"$PGID" "$LOCATION"
|
||||||
|
|||||||
Reference in New Issue
Block a user