Update 00-folders.sh

This commit is contained in:
Alexandre
2022-09-21 06:21:07 +02:00
committed by GitHub
parent 2b14c5c225
commit c0d8b0f8f4

View File

@@ -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