summaryrefslogtreecommitdiffstats
path: root/ssh-mount.sh
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2008-11-01 13:46:56 +0100
committerFlorian Pritz <f-p@gmx.at>2008-11-01 13:46:56 +0100
commitc43273a5984ddd658d2b2e40892120e39ba99218 (patch)
tree5b81149c18e67bfdab41666a809223ea2fc09364 /ssh-mount.sh
parent7bc3e41356bf8c1f841f3133f24fa206db34bd75 (diff)
downloadbin-c43273a5984ddd658d2b2e40892120e39ba99218.tar.gz
bin-c43273a5984ddd658d2b2e40892120e39ba99218.tar.xz
.
Diffstat (limited to 'ssh-mount.sh')
-rwxr-xr-xssh-mount.sh4
1 files changed, 2 insertions, 2 deletions
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