From e85ad88a501a1b4069e335db92d8d4be5d19abd9 Mon Sep 17 00:00:00 2001 From: qtwrk Date: Sun, 27 Sep 2020 12:33:32 +0200 Subject: [PATCH] re-order the check process. --- cyberpanel_utility.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cyberpanel_utility.sh b/cyberpanel_utility.sh index 4b4b814d0..30fdcafaf 100644 --- a/cyberpanel_utility.sh +++ b/cyberpanel_utility.sh @@ -409,14 +409,13 @@ sudo_check() { } -panel_check - sudo_check -check_OS +panel_check self_check +check_OS if [ $# -eq 0 ] ; then main_page