From bc228723d7d1b03c56eefa19c2822f852b5d50dc Mon Sep 17 00:00:00 2001 From: faulty Date: Wed, 14 Dec 2022 09:19:39 +0100 Subject: [PATCH] fix??? --- tools/mount.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mount.sh b/tools/mount.sh index 22931db..0cbe81e 100644 --- a/tools/mount.sh +++ b/tools/mount.sh @@ -11,7 +11,7 @@ cd /etc/credentials for file in *; do [ ! -f "$file" ] && continue echo "# mounting $file" - . $file + . ./$file mount -t cifs //$domain/backup /mnt/$file -o credentials=/etc/credentials/$file done