Fixed typo in usher (\\ instead of \)
This commit is contained in:
@@ -15,7 +15,7 @@ case $1 in
|
||||
fi
|
||||
|
||||
if ! getent passwd sshd 2>&1 > /dev/null; then
|
||||
if useradd -c 'sshd PrivSep' -d /var/lib/sshd -g sshd \\
|
||||
if useradd -c 'sshd PrivSep' -d /var/lib/sshd -g sshd \
|
||||
-s /bin/false -u 50 sshd; then
|
||||
echo 'Created user sshd'
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user