Update dinopass

This commit is contained in:
Nick Trochalakis
2025-02-05 01:58:23 -08:00
committed by GitHub
parent 04e7963080
commit 0f0300ad34
+2
View File
@@ -20,10 +20,12 @@ if [ "$1" == "" ]; then
echo "Use 'dinopass strong' to generate a strong password"
echo " mixed upper and lowercase letters, a special character, plus numbers"
elif [ "$1" == "simple" ]; then
echo ""
curl $SIMPLE_URL
echo ""
echo ""
elif [ "$1" == "strong" ]; then
echo ""
curl $STRONG_URL
echo ""
echo ""