1
0
forked from finn/tinyboard

fix inline help

This commit is contained in:
2026-04-14 15:21:49 -07:00
parent b16826fa8e
commit d7014588f6

View File

@@ -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 ;;