From c61e842965718d68fc03935b8be6c9583fd186f0 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 19 Mar 2023 20:14:54 +0200 Subject: [PATCH] gayming/playstation2/backup-ops2l-vmc.bash: add a flag to du too --- gayming/playstation2/backup-ops2l-vmc.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gayming/playstation2/backup-ops2l-vmc.bash b/gayming/playstation2/backup-ops2l-vmc.bash index 783efc0..d782824 100755 --- a/gayming/playstation2/backup-ops2l-vmc.bash +++ b/gayming/playstation2/backup-ops2l-vmc.bash @@ -17,6 +17,6 @@ chmod -R 777 $VMCDIR chmod -R 777 $BACKUPDIR # Curiosity, show the space used -du -hc --time $BACKUPDIR +du -hca --time $BACKUPDIR set +x