Skip to content

Commit

Permalink
samba.sh fix #241 derp in charmap function
Browse files Browse the repository at this point in the history
  • Loading branch information
David Personette committed Sep 18, 2019
1 parent 0a4dad0 commit 9f34224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samba.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ charmap() { local chars="$1" file=/etc/samba/smb.conf
' $file

sed -i '/catia:mappings/s/ =.*/ = '"$chars" $file
sed -i '/catia:mappings/s| =.*| = '"$chars"'|' $file
}

### global: set a global config option
Expand Down

0 comments on commit 9f34224

Please sign in to comment.