Skip to content

Commit

Permalink
text(man): Correctly escape command in manpage
Browse files Browse the repository at this point in the history
  • Loading branch information
aleasto authored Oct 3, 2024
1 parent 0ee6a43 commit 70b69a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/wsdd.8
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ domain socket to which a client can connect to.
wsdd \-\-interface eth0 \-\-interface eth2 \-\-ipv6only
.SS Set the Workgroup according to smb.conf, be verbose, run with dropped privileges, and change the root directory to an (empty) directory

SMB_GROUP=$(grep \-i '^\s*workgroup\s*=' smb.conf | cut \-f2 \-d= | tr \-d '[:blank:]')
SMB_GROUP=$(grep \-i '^\\s*workgroup\\s*=' smb.conf | cut \-f2 \-d= | tr \-d '[:blank:]')

wsdd \-v \-w $SMB_GROUP -u daemon:daemon -c /var/run/wsdd/chroot
.SH FIREWALL SETUP
Expand Down

0 comments on commit 70b69a5

Please sign in to comment.