[0.17.66] config set name new_server_name
Posted: Sun Aug 18, 2019 1:43 pm
Can not change the server name with a command "/config <get/set> <option> <value>".
Code: Select all
table_of_containers[ pid ].process.stdin.write( '/config set name "' + table_of_scenarios[ scenario ].community + ' ' + table_of_scenarios[ scenario ].name + '"' );
table_of_containers[ pid ].process.stdin.write( '/config set description "' + table_of_scenarios[ scenario ].description + '"' );