From: Chris Koeritz Date: Mon, 12 Mar 2012 01:44:32 +0000 (-0400) Subject: oops, had broken this since we're inside a simple sftp job, not bash. X-Git-Tag: 2.140.90~1475 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=8bba80da9dab5f1d5ef89ad3e003e22216dc1376;hp=9d28528d6b396f5e1da43eb3e77b8a5123e8520b;p=feisty_meow.git oops, had broken this since we're inside a simple sftp job, not bash. --- diff --git a/scripts/security/tell_zooty_our_ip.sh b/scripts/security/tell_zooty_our_ip.sh index 5e8aa2e6..f227d790 100644 --- a/scripts/security/tell_zooty_our_ip.sh +++ b/scripts/security/tell_zooty_our_ip.sh @@ -33,9 +33,7 @@ echo "my ip is [$my_ip]" # gets us access to the server. this needs to be on the local machine # for sftp to run without a login prompt. sudo -u $local_user sftp $username@$server <