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)" }