From c43273a5984ddd658d2b2e40892120e39ba99218 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 1 Nov 2008 13:46:56 +0100 Subject: . --- ssh-mount.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ssh-mount.sh') diff --git a/ssh-mount.sh b/ssh-mount.sh index 018b1e2..77ed92c 100755 --- a/ssh-mount.sh +++ b/ssh-mount.sh @@ -8,10 +8,10 @@ if [ "$1" = "" ] || [ "$1" = "-h" ]; then else case $1 in ipx) - sshfs web0@nevera: -p 22222 workspace/ipx_ssh && + sshfs web0@nevera: -p 22222 ${HOME}/workspace/ipx_ssh && echo -e "${GREEN}IPX mounted.$NC" ;; *) echo -e "${RED}Error:$NC Unknown Server" ;; esac -fi \ No newline at end of file +fi -- cgit v1.2.3-24-g4f1b