mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
Fix invisible character
This commit is contained in:
parent
cf4d915e8e
commit
30966f2010
1 changed files with 1 additions and 1 deletions
|
@ -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)"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue