From 561e6ad356a9f2e68bfb32494842f493c4bdbd9e Mon Sep 17 00:00:00 2001 From: faulty Date: Wed, 14 Dec 2022 09:18:13 +0100 Subject: [PATCH] im dumb --- tools/mount.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mount.sh b/tools/mount.sh index 2c0841b..44b2c71 100644 --- a/tools/mount.sh +++ b/tools/mount.sh @@ -12,6 +12,6 @@ for file in ./*; do echo "# mounting $file" . $file mount -t cifs //$domain/backup /mnt/$file -o credentials=/etc/credentials/$file -fi +done cd $ORIGIN