mirror of
https://github.com/GameServerManagers/LinuxGSM.git
synced 2025-01-08 12:07:37 +08:00
moved get opt to correct location
This commit is contained in:
parent
8bce2f28f5
commit
8bf21d6c44
@ -294,6 +294,8 @@ if [ "${shortname}" == "core" ]; then
|
||||
fn_server_info
|
||||
if [ "${result}" == "${servername}" ]; then
|
||||
fn_install_file
|
||||
elif [ "${result}" == "" ]; then
|
||||
echo "Install canceled"
|
||||
else
|
||||
echo "[ FAIL ] menu result does not match servername"
|
||||
fi
|
||||
@ -342,7 +344,6 @@ else
|
||||
else
|
||||
source "${configdirserver}/${servicename}.cfg"
|
||||
fi
|
||||
fi
|
||||
|
||||
getopt=$1
|
||||
core_getopt.sh
|
||||
getopt=$1
|
||||
core_getopt.sh
|
||||
fi
|
Loading…
Reference in New Issue
Block a user