mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-29 05:34:22 +00:00
Improve message
This commit is contained in:
parent
7b7460fa0d
commit
2dd81588b2
@ -1064,7 +1064,7 @@ preflight_check() {
|
|||||||
if [ -z "$preflight_fail_string" ]; then
|
if [ -z "$preflight_fail_string" ]; then
|
||||||
message info "Preflight Check Complete\n\nYour system is optimized for Star Citizen!\n\n$preflight_pass_string"
|
message info "Preflight Check Complete\n\nYour system is optimized for Star Citizen!\n\n$preflight_pass_string"
|
||||||
else
|
else
|
||||||
if message question "$preflight_pass_string$preflight_fail_string\n\nWould you like this Helper to fix the issues for you?"; then
|
if message question "$preflight_pass_string$preflight_fail_string\n\nWould you like configuration issues to be fixed for you?"; then
|
||||||
# Call functions to build fixes for any issues found
|
# Call functions to build fixes for any issues found
|
||||||
for (( i=0; i<"${#preflight_action_funcs[@]}"; i++ )); do
|
for (( i=0; i<"${#preflight_action_funcs[@]}"; i++ )); do
|
||||||
${preflight_action_funcs[i]}
|
${preflight_action_funcs[i]}
|
||||||
|
Loading…
Reference in New Issue
Block a user