Skip to content

Commit a4fb101

Browse files
authored
Merge pull request #35 from magenx/dev
Update passgen.sh
2 parents 4c174d9 + 90b97ce commit a4fb101

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

passgen.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ PASSWORD=$(head -c 500 /dev/urandom | tr -dc 'a-zA-Z0-9@%^&?-' | fold -w 32 | he
1515
fi
1616
echo "${SERVICE}_PASSWORD='${PASSWORD}'" >> .env
1717
done
18+
echo "INDEXER_PASSWORD='$(head -c 500 /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 20 | head -n 1)'" >> .env

0 commit comments

Comments
 (0)