Add backtunnel-access-gui, enhance installation/removal logic, and refine backtunnel-share unmount instructions

This commit is contained in:
2025-09-14 20:41:51 +02:00
parent 4aea52994c
commit 2af7303288
5 changed files with 45 additions and 46 deletions

View File

@@ -219,7 +219,8 @@ if $INVITE; then
# Paste this on the REMOTE host (or SSH there first, then paste):
${INVITE_CMD}
# Unmount when done:
fusermount -u '${INVITE_MOUNT}'
# (use the one available on your system)
fusermount -u '${INVITE_MOUNT}' || fusermount3 -u '${INVITE_MOUNT}'
EOT
)
echo "🔗 Invite (copy to chat):"