Fix main import script issue

This commit is contained in:
2025-02-16 11:54:28 -05:00
parent 9b8577f258
commit 702b956ff1
2 changed files with 13 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/zsh
#Clear previous mount in case it's still there
umount "/Users/matt/Library/Mobile Documents/com~apple~CloudDocs/Dev/inventory/inventory-server"
umount '/Users/matt/Library/Mobile Documents/com~apple~CloudDocs/Dev/inventory/inventory-server'
#Mount
sshfs matt@dashboard.kent.pw:/var/www/html/inventory -p 22122 "/Users/matt/Library/Mobile Documents/com~apple~CloudDocs/Dev/inventory/inventory-server/"
sshfs matt@dashboard.kent.pw:/var/www/html/inventory -p 22122 '/Users/matt/Library/Mobile Documents/com~apple~CloudDocs/Dev/inventory/inventory-server/'