add usage to boxweb script

This commit is contained in:
2025-10-20 08:31:33 +02:00
parent 63373404e6
commit 2e5e3c8cae

View File

@@ -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() (