X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsecurity%2Fstart_tunnels.sh;h=fdcc35929f49afd1b69d4f25ba9821089b4ec73e;hb=8afa0fb5c6deec20c14f940f944effa9514af8df;hp=242a6432aecc12834624f50bf013f03220889e87;hpb=2952ccf47b80174880141a7ecfa122089f349b8d;p=feisty_meow.git diff --git a/scripts/security/start_tunnels.sh b/scripts/security/start_tunnels.sh index 242a6432..fdcc3592 100644 --- a/scripts/security/start_tunnels.sh +++ b/scripts/security/start_tunnels.sh @@ -7,9 +7,9 @@ #hmmm: none of the user info below will work for others: parameterize it. -#source $HOME/yeti/scripts/profile.sh +#source $HOME/yeti/scripts/launch_feisty_meow.sh -soundfile=$YETI_DIR/database/sounds/woouoo.wav +soundfile=$FEISTY_MEOW_DIR/database/sounds/woouoo.wav if [ ! -z "$1" ]; then soundfile=$1 fi @@ -17,7 +17,7 @@ fi while true; do echo Connecting sendmail and proxy servers via zooty. ssh -i $HOME/.ssh/id_dsa_fred -2 -N -v -L 14008:localhost:25 fred@zooty.koeritz.com - bash $SHELLDIR/multimedia/sound_play.sh $soundfile + bash $FEISTY_MEOW_SCRIPTS/multimedia/sound_play.sh $soundfile #hmmm: parameterize this for the sound to be played. doofus. echo "Got dumped from tunnels; re-establishing connection." echo "Note: if you're being asked for a password, you haven't set up an RSA key yet."