We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f079764 commit 70436a2Copy full SHA for 70436a2
lib/install.sh
@@ -56,7 +56,7 @@ ffinstall() {
56
if ! [[ $db_password ]]; then
57
# Create new Password
58
echo "Creating new random password for the database."
59
- db_password=$(wget -qO- "https://www.passwordrandom.com/query?command=password&scheme=rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr")
+ db_password=$(curl -s "https://www.passwordrandom.com/query?command=password&scheme=rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr")
60
write $configFilePath db_password $db_password
61
fi
62
0 commit comments