|
@@ -61,8 +61,7 @@ fn_set_config_vars(){
|
|
|
echo "changing hostname."
|
|
echo "changing hostname."
|
|
|
fn_script_log_info "changing hostname."
|
|
fn_script_log_info "changing hostname."
|
|
|
sleep 1
|
|
sleep 1
|
|
|
-
|
|
|
|
|
- if [ "$(grep SERVERNAME=SERVERNAME \"${lgsmdir}/config-default/config-game/${config}\" 2>/dev/null)" ]; then
|
|
|
|
|
|
|
+ if grep -q "SERVERNAME=SERVERNAME" "${lgsmdir}/config-default/config-game/${config}" 2>/dev/null; then
|
|
|
sed -i "s/SERVERNAME=SERVERNAME/SERVERNAME=${servername}/g" "${servercfgfullpath}"
|
|
sed -i "s/SERVERNAME=SERVERNAME/SERVERNAME=${servername}/g" "${servercfgfullpath}"
|
|
|
else
|
|
else
|
|
|
sed -i "s/SERVERNAME/${servername}/g" "${servercfgfullpath}"
|
|
sed -i "s/SERVERNAME/${servername}/g" "${servercfgfullpath}"
|