Get serious with sshfs

This commit is contained in:
2022-07-13 10:52:20 -04:00
parent 38f4b4591d
commit de7fb8f43b

View File

@@ -3,7 +3,7 @@ set -o errexit
set -o pipefail set -o pipefail
main() { main() {
killall -q -w -r 'sshfs.+me@jool:/store/sshfs/meatballhat.+' || true killall -9 -q -w -r 'sshfs.+me@jool:/store/sshfs/meatballhat.+' || true
fusermount -u ~/mnt/jool 2>/dev/null || true fusermount -u ~/mnt/jool 2>/dev/null || true
local sshfs_args=( local sshfs_args=(