Browse Source

Fix invisible character

fix-protected-delete
Maël Kervella 8 years ago
parent
commit
ddc87ded36
  1. 2
      install_re2o.sh

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

Loading…
Cancel
Save