8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-07-05 13:44:10 +00:00

Fix invisible character

This commit is contained in:
Maël Kervella 2018-05-17 21:38:46 +00:00
parent cf4d915e8e
commit 30966f2010

View file

@ -728,7 +728,7 @@ interactive_guide() {
TITLE="End of the setup"
MSGBOX="You can now visit $url_server and connect with the credentials you just entered. This user hhas the superuser rights, meaning he can access and do everything."
end="$(dialog --clear --backtitle "$BACKTITLE" \
--title "$TITLE" --msgbox "$MSGBOX" \
--title "$TITLE" --msgbox "$MSGBOX" \
$HEIGHT $WIDTH 2>&1 >/dev/tty)"
}