Browse Source

Merge remote-tracking branch 'refs/remotes/origin/master' into gmod-content-mounting

pull/3518/head
Daniel Gibbs 10 years ago
parent
commit
245e7a72a3
  1. 2
      functions/fn_install_config

2
functions/fn_install_config

@ -25,7 +25,7 @@ else
fi
echo "changing hostname."
sed -i "s/\"<hostname>\"/\"${servername}\"/g" "${servercfgfullpath}"
sleep1
sleep 1
echo "changing rconpassword."
sed -i "s/\"<rconpassword>\"/\"${rconpass}\"/g" "${servercfgfullpath}"
sleep 1

Loading…
Cancel
Save