From 30966f20102856a632501ee2fbcf3fdf89c0fa8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Kervella?= Date: Thu, 17 May 2018 21:38:46 +0000 Subject: [PATCH] Fix invisible character --- install_re2o.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_re2o.sh b/install_re2o.sh index cca0cc09..f77c8679 100755 --- a/install_re2o.sh +++ b/install_re2o.sh @@ -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)" }