From 8774751e39832ca4c8b5f3eca3a008524d314abf Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 23 Mar 2023 15:57:29 +0200 Subject: [PATCH] backup-ops2l-vmc.bash: chmod .. too --- gayming/playstation2/backup-ops2l-vmc.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/gayming/playstation2/backup-ops2l-vmc.bash b/gayming/playstation2/backup-ops2l-vmc.bash index 7f3e5d4..da40a5e 100755 --- a/gayming/playstation2/backup-ops2l-vmc.bash +++ b/gayming/playstation2/backup-ops2l-vmc.bash @@ -13,6 +13,7 @@ mkdir -p $BACKUPDIR cp -arv "$VMCDIR" "$BACKUPDIR/$(date +%Y-%jT%H%M)" # Samba is fun with permissions +chmod -R 777 $VMCDIR/.. chmod -R 777 $VMCDIR chmod -R 777 $BACKUPDIR