From d7014588f68122f6928652bc7a468f07aa0d7a34 Mon Sep 17 00:00:00 2001 From: finn Date: Tue, 14 Apr 2026 15:21:49 -0700 Subject: [PATCH] fix inline help --- hubspoke-helper.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hubspoke-helper.sh b/hubspoke-helper.sh index 5b4ab64..798909b 100755 --- a/hubspoke-helper.sh +++ b/hubspoke-helper.sh @@ -32,7 +32,8 @@ SPOKE ACTIONS (docker-based, no systemd): HUB ACTIONS (simplified rclone mount - no systemd): install Show simplified setup instructions - start Start rclone mount in background + start Start rclone mount in background (uses nohup) + start-background Start rclone mount in background (for crontab) stop Stop rclone mount status Check mount status mount Manual foreground mount (testing) @@ -205,6 +206,7 @@ hub) case "$ACTION" in install) hub_install ;; start) hub_start ;; + start-background) hub_start_background ;; stop) hub_stop ;; status) hub_status ;; mount) hub_mount ;;