fix: also (re)cache sudo creds before drawing install menu for consistency
This commit is contained in:
@@ -34,7 +34,8 @@ function install_ui() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function install_menu() {
|
function install_menu() {
|
||||||
clear && print_header
|
clear -x && sudo -v && clear -x # (re)cache sudo credentials so password prompt doesn't bork ui
|
||||||
|
print_header
|
||||||
install_ui
|
install_ui
|
||||||
|
|
||||||
### save all installed webinterface ports to the ini file
|
### save all installed webinterface ports to the ini file
|
||||||
|
|||||||
Reference in New Issue
Block a user