Browse Source

fixing sed

pull/1477/head
Daniel Gibbs 8 years ago
parent
commit
8dfb3adf4b
  1. 6
      lgsm/functions/command_update_functions.sh

6
lgsm/functions/command_update_functions.sh

@ -51,9 +51,9 @@ if [ "${script_diff}" != "" ]; then
copygamename="$(grep -m 1 gamename= "${rootdir}/${selfname}")" copygamename="$(grep -m 1 gamename= "${rootdir}/${selfname}")"
cp "${tmpdir}/linuxgsm.sh" "${rootdir}/${selfname}" cp "${tmpdir}/linuxgsm.sh" "${rootdir}/${selfname}"
sed -i "s/shortname="core"/${copyshortname}/g" "${rootdir}/${selfname}" sed -i "s/shortname=\"core\"/shortname=\"${shortname}\"/g" "${rootdir}/${selfname}"
sed -i "s/shortname="core"/${copyservername}/g" "${rootdir}/${selfname}" sed -i "s/servername=\"core\"/servername=\"${servername}\"/g" "${rootdir}/${selfname}"
sed -i "s/shortname="core"/${copygamename}/g" "${rootdir}/${selfname}" sed -i "s/gamename=\"core\"/gamename=\"${gamename}\"/g" "${rootdir}/${selfname}"
else else
fn_print_ok_eol_nl fn_print_ok_eol_nl
fi fi

Loading…
Cancel
Save