Update samba.sh

This commit is contained in:
Kroese 2024-10-14 16:37:07 +02:00 committed by GitHub
parent b8bece0239
commit 2d9119fc46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,13 +35,13 @@ addShare() {
echo "To change its location, include the following bind mount in your compose file:" echo "To change its location, include the following bind mount in your compose file:"
echo "" echo ""
echo " volumes:" echo " volumes:"
echo " - \"/home/user/example:${name,,}\"" echo " - \"/home/example:/${name,,}\""
echo "" echo ""
echo "Or in your run command:" echo "Or in your run command:"
echo "" echo ""
echo " -v \"/home/user/example:${name,,}\"" echo " -v \"/home/example:/${name,,}\""
echo "" 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 "" echo ""
} | unix2dos > "$dir/readme.txt" } | unix2dos > "$dir/readme.txt"