From 8bba80da9dab5f1d5ef89ad3e003e22216dc1376 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sun, 11 Mar 2012 21:44:32 -0400 Subject: [PATCH] oops, had broken this since we're inside a simple sftp job, not bash. --- scripts/security/tell_zooty_our_ip.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 <