From 1510811a684ffb00f5fe8d9b33c65cf65574d97f Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Thu, 19 Jan 2017 16:02:54 +0100 Subject: [PATCH] bugfix --- auto.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auto.sh b/auto.sh index bddd6c6..b1b9407 100644 --- a/auto.sh +++ b/auto.sh @@ -34,6 +34,8 @@ useradd webssh mkdir /home/webssh +cp shellinabox_sshwrapper.sh /home/webssh/ + chmod 770 -R /home/webssh/ chown -cR webssh:webssh /home/webssh/ @@ -43,6 +45,4 @@ webssh webssh EOT -cp shellinabox_sshwrapper.sh /home/webssh/ - systemctl start shellinabox.service