Skip to content

Commit

Permalink
Update samba.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Oct 14, 2024
1 parent b8bece0 commit 2d9119f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/samba.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 2d9119f

Please sign in to comment.