diff options
-rwxr-xr-x | release/rc.local | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/rc.local b/release/rc.local index 3419c60..f92bc9b 100755 --- a/release/rc.local +++ b/release/rc.local @@ -72,7 +72,7 @@ if [ -f /etc/installerconfig ]; then exit fi -dialog --backtitle "pfSense Installer" --title "Welcome" --ok-label "Install" --cancel-label "Rescue Shell" --yesno "Welcome to pfSense! Would you like to begin an installation or use the Rescue Shell?" 0 0 +dialog --backtitle "pfSense Installer" --title "Welcome" --yes-label "Install" --no-label "Rescue Shell" --yesno "Welcome to pfSense! Would you like to begin an installation or use the Rescue Shell?" 0 0 case $? in $DIALOG_OK) # Install |