Warn message

This commit is contained in:
reakjra
2025-11-18 15:45:37 +01:00
parent 781404749e
commit d8921a6608
2 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ case $1 in
# Global help
""|help|--help|-h)showhelp_global;exit;;
# Correct subcommand
install|exp-uninstall|exp-update|exp-update-old|exp-merge|resetfirstrun|checkdeps|virtmon)
install|uninstall|exp-update|exp-update-old|exp-merge|resetfirstrun|checkdeps|virtmon)
SUBCMD_NAME=$1
SUBCMD_DIR=./sdata/subcmd-$1
shift;;