Skip to content

Commit

Permalink
always set long ramdom admin pass
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Jan 3, 2024
1 parent 2e959ec commit 741bc13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyberpanel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ fi

echo -e "\nPlease choose to use default admin password \e[31m1234567\e[39m, randomly generate one \e[31m(recommended)\e[39m or specify the admin password?"
printf "%s" "Choose [d]fault, [r]andom or [s]et password: [d/r/s] "
read -r Tmp_Input
Tmp_Input="r"

if [[ $Tmp_Input =~ ^(d|D| ) ]] || [[ -z $Tmp_Input ]]; then
Admin_Pass="1234567"
Expand Down

0 comments on commit 741bc13

Please sign in to comment.