From 2d9119fc4657f8edaeb5404985c2cdb047e49c2c Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 14 Oct 2024 16:37:07 +0200 Subject: [PATCH] Update samba.sh --- src/samba.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/samba.sh b/src/samba.sh index f2ef37e5a..498194f93 100644 --- a/src/samba.sh +++ b/src/samba.sh @@ -35,13 +35,13 @@ addShare() { echo "To change its location, include the following bind mount in your compose file:" echo "" echo " volumes:" - echo " - \"/home/user/example:${name,,}\"" + echo " - \"/home/example:/${name,,}\"" echo "" echo "Or in your run command:" echo "" - echo " -v \"/home/user/example:${name,,}\"" + echo " -v \"/home/example:/${name,,}\"" echo "" - echo "Replace the example path /home/user/example with the desired shared folder." + echo "Replace the example path /home/example with the desired shared folder." echo "" } | unix2dos > "$dir/readme.txt"