refactor(utilities.sh): refactor system updates

- remove unused restart_nginx function

Signed-off-by: Dominik Willner th33xitus@gmail.com
This commit is contained in:
th33xitus
2022-04-20 11:59:17 +02:00
parent 680f4e16e5
commit 08f9ef84a6
2 changed files with 12 additions and 8 deletions

View File

@@ -34,7 +34,7 @@ function update_ui(){
echo -e "| 6) [PrettyGCode] |$(compare_prettygcode_versions)| "
echo -e "| 7) [Telegram Bot] |$(compare_telegram_bot_versions)| "
echo -e "| |------------------------------| "
echo -e "| 8) [System] | $DISPLAY_SYS_UPDATE | "
echo -e "| 8) [System] | $(check_system_updates) | "
back_footer
}