We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad6df3 commit 8649aa8Copy full SHA for 8649aa8
lgsm/modules/install_config.sh
@@ -120,7 +120,7 @@ fn_set_config_vars() {
120
if [ -f "${servercfgfullpath}" ]; then
121
randomstring=$(tr -dc 'A-Za-z0-9_' < /dev/urandom 2> /dev/null | head -c 8 | xargs)
122
servername="LinuxGSM"
123
- rconpass="admin${randomstring}"
+ adminpass="admin${randomstring}"
124
echo -en "setting hostname\c"
125
fn_script_log_info "setting hostname"
126
fn_sleep_time
0 commit comments