managing systemd-timesyncd in conf_ntp, make use of die instead of exit

This commit is contained in:
fatalerrors
2021-06-18 11:34:22 +02:00
parent 076a12b770
commit 8bb69f931d
6 changed files with 19 additions and 12 deletions

View File

@@ -15,7 +15,7 @@ install_desktop()
precheck_install_desktop()
{
[[ ! $UBUNTU_FLAVOR ]] && prnt W "Pas de saveur Ubuntu choisi, \
[[ ! $UBUNTU_FLAVOR ]] && prnt W "Pas de saveur Ubuntu choisie, \
aucun environnement de bureau ne sera installé !"
[[ $X11_DRV ]] && prnt W "Des pilotes non libres seront installé."
}