exit after install

Signed-off-by: Wolfgang <github@linux-dude.de>
This commit is contained in:
Wolfgang
2024-11-26 07:04:55 +00:00
parent 6a2c719f8c
commit 9d86752f68

View File

@@ -206,6 +206,7 @@ while [ "$#" -ge 1 ]; do
install)
download_release
install_server
exit 0
;;
download*)