From 2e5e3c8cae52821ccdce2f42ef1ab2ac972b734a Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Mon, 20 Oct 2025 08:31:33 +0200 Subject: [PATCH] add usage to boxweb script --- to_home/.config/linse.bash | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/to_home/.config/linse.bash b/to_home/.config/linse.bash index e876d9b..c6e6cdb 100644 --- a/to_home/.config/linse.bash +++ b/to_home/.config/linse.bash @@ -22,7 +22,11 @@ frappy() { } boxweb() { - sudo systemctl $1 boxweb + if [[ -z "$1" ]]; then + echo "Usage: boxweb status|start|stop|restart" + else + sudo systemctl $1 boxweb + fi } gitea_git() (