Fix remote mount directories

This commit is contained in:
2025-02-02 21:10:03 -05:00
parent 225e63a985
commit c45ae24647

View File

@@ -1,7 +1,7 @@
#!/bin/zsh
#Clear previous mount in case its 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
sshfs matt@dashboard.kent.pw:/var/www/html/dashboard -p 22122 ~/Dev/dashboard/dashboard-server