forked from finn/tinyboard
fix inline help
This commit is contained in:
@@ -32,7 +32,8 @@ SPOKE ACTIONS (docker-based, no systemd):
|
|||||||
|
|
||||||
HUB ACTIONS (simplified rclone mount - no systemd):
|
HUB ACTIONS (simplified rclone mount - no systemd):
|
||||||
install Show simplified setup instructions
|
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
|
stop Stop rclone mount
|
||||||
status Check mount status
|
status Check mount status
|
||||||
mount Manual foreground mount (testing)
|
mount Manual foreground mount (testing)
|
||||||
@@ -205,6 +206,7 @@ hub)
|
|||||||
case "$ACTION" in
|
case "$ACTION" in
|
||||||
install) hub_install ;;
|
install) hub_install ;;
|
||||||
start) hub_start ;;
|
start) hub_start ;;
|
||||||
|
start-background) hub_start_background ;;
|
||||||
stop) hub_stop ;;
|
stop) hub_stop ;;
|
||||||
status) hub_status ;;
|
status) hub_status ;;
|
||||||
mount) hub_mount ;;
|
mount) hub_mount ;;
|
||||||
|
|||||||
Reference in New Issue
Block a user