return to main menu if no root password is set

This commit is contained in:
Tobias Powalowski 2022-11-25 11:05:00 +01:00
parent d86a317be9
commit be8fd37586

View file

@ -109,7 +109,7 @@ configure_system() {
fi
## END PREPROCESS ##
geteditor || return 1
check_root_password
check_root_password || return 1
FILE=""
# main menu loop