Fixed typo in usher (\\ instead of \)

This commit is contained in:
2016-11-03 00:13:01 -05:00
parent 1dc93711f5
commit 0f026048c8
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ ARCH = x86_64
URL = http://www.openssh.com/ URL = http://www.openssh.com/
DESC = OpenSSH is the premier connectivity tool for remote login with the \ DESC = OpenSSH is the premier connectivity tool for remote login with the \
SSH protocol. SSH protocol.
SNAPVER = sr1 SNAPVER = sr2
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n') TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')

View File

@@ -15,7 +15,7 @@ case $1 in
fi fi
if ! getent passwd sshd 2>&1 > /dev/null; then 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 -s /bin/false -u 50 sshd; then
echo 'Created user sshd' echo 'Created user sshd'
else else