More explanation

This commit is contained in:
Bob Mottram 2015-01-18 15:43:37 +00:00
parent 74c3bc2578
commit 021c76b581
1 changed files with 1 additions and 1 deletions

View File

@ -618,7 +618,7 @@ function interactive_configuration {
255) exit 0;; 255) exit 0;;
esac esac
if [ ${#DDNS_PASSWORD} -lt $MINIMUM_PASSWORD_LENGTH ]; then if [ ${#DDNS_PASSWORD} -lt $MINIMUM_PASSWORD_LENGTH ]; then
dialog --title "Password quality check" --msgbox "The password given was too short. It must be at least $MINIMUM_PASSWORD_LENGTH characters" 6 40 dialog --title "Password quality check" --msgbox "The password given was too short. It must be at least $MINIMUM_PASSWORD_LENGTH characters. You may need to change your password on the dynamic DNS provider's web site." 10 40
DDNS_PASSWORD="" DDNS_PASSWORD=""
fi fi
done done