dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 914d762225cfd8588cf07c207afccf66fe6d5bc5
parent a158be8d3ce612f250c47475dfefb3b995ec4662
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Thu,  8 Jan 2015 11:38:28 +0100

fix call to sshfs script

Diffstat:
Mbin/iddqd-ssh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/iddqd-ssh b/bin/iddqd-ssh @@ -2,11 +2,11 @@ if [[ "$(ifconfig | grep 10.17.8)" ]]; then echo "On geo lan. Mounting sshfs and connecting directly..." - ./sshfs-iddqd.sh + sshfs-iddqd.sh ssh -v iddqd.nfit.au.dk -t 'bin/tmux-dev.sh' elif [[ "$(ifconfig | grep 10.17.2)" ]]; then echo "On geo VPN. Mounting sshfs and connecting directly..." - ./sshfs-iddqd.sh + sshfs-iddqd.sh ssh -v iddqd.nfit.au.dk -t 'bin/tmux-dev.sh' else echo "Outside geo lan, connecting through fresh-horse..."