aboutsummaryrefslogtreecommitdiffstats
path: root/askForPass.sh
diff options
context:
space:
mode:
authorabhibeckert <abhi@abhibeckert.com>2008-04-05 01:38:54 +0000
committerabhibeckert <abhi@abhibeckert.com>2008-04-05 01:38:54 +0000
commit9b5ac7d5073e71e4fc78ee21ba46ad3b593a3ccc (patch)
tree504e35105a667d25695bde06d888f01ef61adae0 /askForPass.sh
parent175e96ac7aff9b9285c2c12027d554d3a825d5e9 (diff)
downloadsequelpro-9b5ac7d5073e71e4fc78ee21ba46ad3b593a3ccc.tar.gz
sequelpro-9b5ac7d5073e71e4fc78ee21ba46ad3b593a3ccc.tar.bz2
sequelpro-9b5ac7d5073e71e4fc78ee21ba46ad3b593a3ccc.zip
rename project; disable software update system (ticket #1)
Diffstat (limited to 'askForPass.sh')
-rwxr-xr-xaskForPass.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/askForPass.sh b/askForPass.sh
index b7ee81a7..9dc68933 100755
--- a/askForPass.sh
+++ b/askForPass.sh
@@ -2,7 +2,7 @@
PF=$*
UUID=`uuidgen`
mkfifo /tmp/$UUID
-SCRIPT=`echo tell application \"CocoaMySQL\" to authenticate tunnel \"$TUNNEL_NAME\" query phrase \"$PF\" fifo \"/tmp/$UUID\"`
+SCRIPT=`echo tell application \"Sequel Pro\" to authenticate tunnel \"$TUNNEL_NAME\" query phrase \"$PF\" fifo \"/tmp/$UUID\"`
echo $SCRIPT > /tmp/test
#PASS=`osascript -e "$SCRIPT"`;
osascript -e "$SCRIPT" > /dev/null 2>&1