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 7cee66b commit f02a162Copy full SHA for f02a162
install-wordpress.sh
@@ -61,7 +61,8 @@ echo "CREATE DATABASE $DOMAIN_NAME;
61
GRANT ALL PRIVILEGES ON $DOMAIN_NAME.* TO "$DOMAIN_NAME"@"localhost" IDENTIFIED BY '"$DB_PASS"';
62
FLUSH PRIVILEGES;
63
EXIT;" > input
64
-mysql --user=root --password=$2 < input > output.tab
+mysql --user=root --password=$2 < input
65
+rm input
66
67
#Make config.php file
68
echo "<?php
0 commit comments