Skip to content

Commit 70436a2

Browse files
authored
Using curl instead of wget
1 parent f079764 commit 70436a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ffinstall() {
5656
if ! [[ $db_password ]]; then
5757
# Create new Password
5858
echo "Creating new random password for the database."
59-
db_password=$(wget -qO- "https://www.passwordrandom.com/query?command=password&scheme=rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr")
59+
db_password=$(curl -s "https://www.passwordrandom.com/query?command=password&scheme=rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr")
6060
write $configFilePath db_password $db_password
6161
fi
6262

0 commit comments

Comments
 (0)