From 396e760be7a1c5ff099c1b34ed50cb72e74873bf Mon Sep 17 00:00:00 2001 From: Jamie Albert Date: Sat, 6 Dec 2025 21:46:51 +0000 Subject: [PATCH] add: sshfs mounts --- scripts/reboot/mount.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/reboot/mount.sh b/scripts/reboot/mount.sh index 3d2eac5..e5444c8 100755 --- a/scripts/reboot/mount.sh +++ b/scripts/reboot/mount.sh @@ -15,7 +15,9 @@ declare -A RCLONE_MOUNTS=( ) declare -A SSHFS_MOUNTS=( - ["hephaestus"]="/home/oc/dao:/home/jamie/dao/storage/hephaestus" + ["hephaestus"]="/home/oc/dao:/home/jamie/dao/servers/hephaestus" + ["pan_lms"]="/home/tc:/home/jamie/dao/servers/pan" + ["hestia"]="/home/jamie:/home/jamie/dao/servers/hestia" ) # Options