From 35be345ffb64e5edca98d8c286f33806886572cf Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Fri, 4 May 2012 21:22:34 +0200 Subject: [PATCH] Added credits --- setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.sh b/setup.sh index 4a960f0..ade83fe 100755 --- a/setup.sh +++ b/setup.sh @@ -1,5 +1,8 @@ #!/bin/sh +# Author: joepie91 (http://joepie91.cryto.net/) +# Thanks to MK_FG for helping to fix the exit issue. + echo "Enter the hostname of the server you want to set up:" read HOST ssh -t -T "root@$HOST" 2>/dev/null <<'ENDSSH'