Skip to content

Commit 8649aa8

Browse files
committed
fix: adminpassword not generating
1 parent 0ad6df3 commit 8649aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lgsm/modules/install_config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ fn_set_config_vars() {
120120
if [ -f "${servercfgfullpath}" ]; then
121121
randomstring=$(tr -dc 'A-Za-z0-9_' < /dev/urandom 2> /dev/null | head -c 8 | xargs)
122122
servername="LinuxGSM"
123-
rconpass="admin${randomstring}"
123+
adminpass="admin${randomstring}"
124124
echo -en "setting hostname\c"
125125
fn_script_log_info "setting hostname"
126126
fn_sleep_time

0 commit comments

Comments
 (0)