Put startup screen and options under function

This commit is contained in:
ronivay
2017-08-30 18:52:46 +03:00
parent 0e0243be9b
commit 1c6fd74cae
2 changed files with 8 additions and 4 deletions

View File

@@ -307,9 +307,7 @@ function CheckSystemd {
fi
}
CheckUser
CheckOS
CheckSystemd
function StartUpScreen {
echo "-----------------------------------------"
echo
@@ -424,3 +422,9 @@ read -p ": " option
;;
esac
}
CheckUser
CheckOS
CheckSystemd
StartUpScreen