mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-23 04:56:28 +01:00
Update 00-folders.sh
This commit is contained in:
@@ -47,6 +47,7 @@ change_folders () {
|
||||
# Set permissions
|
||||
echo "Setting ownership to $PUID:$PGID"
|
||||
chown -R "$PUID":"$PGID" "$CONFIGLOCATION"
|
||||
chmod -R 777 "$CONFIGLOCATION"
|
||||
|
||||
# Transfer files
|
||||
if [ -d "$ORIGINALLOCATION" ] && [ "$(ls -A "$ORIGINALLOCATION" 2>/dev/null)" ]; then
|
||||
|
||||
Reference in New Issue
Block a user