fix missing opt_long

This commit is contained in:
LinuxSquare 2025-04-03 22:08:06 +02:00
parent 9490c876e6
commit 2a532d29e3

View file

@ -45,7 +45,7 @@ the terms of the ${LICENSE}"
###
OPT_SHORT="hVv"
OPT_LONG="help,version,verbose,init:,datapack:,start:,stop:,restart:,attach:,reset:,delete:"
OPT_LONG="help,version,verbose,init:,datapack:,plugin:,start:,stop:,restart:,attach:,reset:,delete:"
TEMP=$(getopt -o ${OPT_SHORT} --long ${OPT_LONG} -n $(basename ${0}) -- "$@")
if [ "$?" != 0 ]; then