diff options
Diffstat (limited to 'askForPass.sh')
-rwxr-xr-x | askForPass.sh | 2 |
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 |