Skip to content

Commit

Permalink
corrected password message
Browse files Browse the repository at this point in the history
  • Loading branch information
Cielquan committed Aug 24, 2019
1 parent f7f680b commit 5f2f5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -258,5 +258,5 @@ echo -e "\n####################"


if echo "${RAN_PW}" | grep -q 'y'; then
echo -e "\n${ORANGE}ATTENTION${BLANK}!\nPlease don't forget to set a secure password for your pihole dashboard.\nRun 'sudo docker exec pihole pihole -a -p' to change it."
echo -e "\n${ORANGE}ATTENTION${BLANK}!\nPlease don't forget to set a secure password for your pihole dashboard.\nRun 'sudo docker exec pihole pihole -a -p <NEW PASSWORD>' to change it."
fi

0 comments on commit 5f2f5f0

Please sign in to comment.