Skip to content

Commit

Permalink
v142
Browse files Browse the repository at this point in the history
+ As global_pw is used for password, use that in the msgbox:
https://github.com/Fourdee/DietPi/issues/703
  • Loading branch information
Fourdee committed Jan 9, 2017
1 parent 748a8f6 commit ae85c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dietpi/dietpi-software
Expand Up @@ -7381,7 +7381,7 @@ _EOF_
pihole -a -p "$GLOBAL_PW"

# - PiHole now generates a password, inform user of the correct one:
whiptail --title "PiHole: Web interface" --msgbox "DietPi has changed the PiHole web interface password to:\n- dietpi\n\nPlease use this password when logging into the web interface:\n - http://ip/pihole\n\nThis password can be changed, please see pihole binary for info:\n - pihole --help" --backtitle "$WHIP_BACKTITLE" 16 70
whiptail --title "PiHole: Web interface" --msgbox "DietPi has changed the PiHole web interface password to:\n- $GLOBAL_PW\n\nPlease use this password when logging into the web interface:\n - http://ip/pihole\n\nThis password can be changed, please see pihole binary for info:\n - pihole --help" --backtitle "$WHIP_BACKTITLE" 16 70


fi
Expand Down

0 comments on commit ae85c53

Please sign in to comment.