Skip to content

Commit

Permalink
fix: adminpassword not generating
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Dec 31, 2024
1 parent 0ad6df3 commit 8649aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lgsm/modules/install_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ fn_set_config_vars() {
if [ -f "${servercfgfullpath}" ]; then
randomstring=$(tr -dc 'A-Za-z0-9_' < /dev/urandom 2> /dev/null | head -c 8 | xargs)
servername="LinuxGSM"
rconpass="admin${randomstring}"
adminpass="admin${randomstring}"
echo -en "setting hostname\c"
fn_script_log_info "setting hostname"
fn_sleep_time
Expand Down

0 comments on commit 8649aa8

Please sign in to comment.