From 2e6e4a432b6bfeed31b28b9d612967a82a4cc1ae Mon Sep 17 00:00:00 2001 From: faulty Date: Wed, 14 Dec 2022 09:18:42 +0100 Subject: [PATCH] immer besser --- tools/mount.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mount.sh b/tools/mount.sh index 44b2c71..bd67578 100644 --- a/tools/mount.sh +++ b/tools/mount.sh @@ -8,7 +8,7 @@ if [ "$(id -u)" -ne 0 ]; then fi cd /etc/credentials -for file in ./*; do +for file in *; do echo "# mounting $file" . $file mount -t cifs //$domain/backup /mnt/$file -o credentials=/etc/credentials/$file