change to Success

This commit is contained in:
Tobias Powalowski 2023-09-20 20:08:59 +02:00
parent 5f10254120
commit 2f741107a8
2 changed files with 3 additions and 3 deletions

View file

@ -101,7 +101,7 @@ _wireless() {
sleep 3
_printk on
if [[ -n "${_WLAN_AUTH}" ]]; then
_dialog --title " Network Configuration " --no-mouse --infobox "Authentification to '${_WLAN_SSID}' was successful." 3 70
_dialog --title " Success " --no-mouse --infobox "Authentification to '${_WLAN_SSID}' was successful." 3 70
sleep 2
return 0
else

View file

@ -181,13 +181,13 @@ if [[ ! -e "/var/cache/pacman/pkg/archboot.db" ]] &&\
if [[ -n "${_UPDATE_ENVIRONMENT}" ]]; then
_run_update_environment
fi
_dialog --title " Pacman Configuration " --no-mouse --infobox "Pacman configuration completed successfully." 3 60
_dialog --title " Success " --no-mouse --infobox "Pacman configuration completed successfully." 3 60
sleep 2
rm /.new_kernel
fi
_cleanup
fi
_dialog --title " Pacman Configuration " --no-mouse --infobox "Pacman configuration completed successfully." 3 60
_dialog --title " Success " --no-mouse --infobox "Pacman configuration completed successfully." 3 60
sleep 2
_cleanup
# vim: set ft=sh ts=4 sw=4 et: