mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 19:33:11 +00:00
Fix invisible character
This commit is contained in:
parent
a5006fae93
commit
ddc87ded36
1 changed files with 1 additions and 1 deletions
|
@ -728,7 +728,7 @@ interactive_guide() {
|
||||||
TITLE="End of the setup"
|
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."
|
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" \
|
end="$(dialog --clear --backtitle "$BACKTITLE" \
|
||||||
--title "$TITLE" --msgbox "$MSGBOX" \
|
--title "$TITLE" --msgbox "$MSGBOX" \
|
||||||
$HEIGHT $WIDTH 2>&1 >/dev/tty)"
|
$HEIGHT $WIDTH 2>&1 >/dev/tty)"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue