|
@@ -21,7 +21,7 @@ echo -e "* game server resource usage"
|
|
|
echo -e "* server hardware info"
|
|
echo -e "* server hardware info"
|
|
|
if [ -z "${autoinstall}" ]; then
|
|
if [ -z "${autoinstall}" ]; then
|
|
|
if fn_prompt_yn "Allow anonymous usage statistics?" Y; then
|
|
if fn_prompt_yn "Allow anonymous usage statistics?" Y; then
|
|
|
- echo "stats=\"y\"" >> "${configdirserver}/common.cfg"
|
|
|
|
|
|
|
+ echo "stats=\"on\"" >> "${configdirserver}/common.cfg"
|
|
|
fn_print_information_nl "Stats setting is now enabled in common.cfg."
|
|
fn_print_information_nl "Stats setting is now enabled in common.cfg."
|
|
|
fi
|
|
fi
|
|
|
else
|
|
else
|