summaryrefslogtreecommitdiffstats
path: root/ssh-mount.sh
diff options
context:
space:
mode:
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