From c45ae2464772f94ea0b730a01bf3ba2c04b5ff60 Mon Sep 17 00:00:00 2001 From: Matt Date: Sun, 2 Feb 2025 21:10:03 -0500 Subject: [PATCH] Fix remote mount directories --- mountremote.command | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mountremote.command b/mountremote.command index 4be61c1..bf584bb 100755 --- a/mountremote.command +++ b/mountremote.command @@ -1,7 +1,7 @@ #!/bin/zsh #Clear previous mount in case it’s still there -umount ~/Dev/dashboard-server +umount ~/Dev/dashboard/dashboard-server #Mount -sshfs matt@dashboard.kent.pw:/var/www/html/dashboard -p 22122 ~/Dev/dashboard-server \ No newline at end of file +sshfs matt@dashboard.kent.pw:/var/www/html/dashboard -p 22122 ~/Dev/dashboard/dashboard-server \ No newline at end of file