Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo #10

Merged
merged 1 commit into from
Jun 27, 2017
Merged

typo #10

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
typo
at line 6 the echo erase the first one because it had just one >
  • Loading branch information
JOduMonT authored Jun 22, 2017
commit 674ae33c7d3beacc97f8cca22d5f7d15a6788397
2 changes: 1 addition & 1 deletion scripts/install
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
MYSQL_ROOT_PASSWORD=`tr -dc A-Za-z0-9_ < /dev/urandom | head -c 20 | xargs`

echo "MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD}" > env
echo "WORDPRESS_DB_PASSWORD=${MYSQL_ROOT_PASSWORD}" > env
echo "WORDPRESS_DB_PASSWORD=${MYSQL_ROOT_PASSWORD}" >> env
echo "MAIL_PASS=${MAIL_PASS}" >> env
echo "MAIL_USER=${MAIL_USER}" >> env
echo "MAIL_HOST=${MAIL_HOST}" >> env