Skip to content

Commit f02a162

Browse files
Josh GachnangJosh Gachnang
authored andcommitted
Added a bit more cleanup of input/output.tab..as in, now they don't
exist right after being created.
1 parent 7cee66b commit f02a162

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install-wordpress.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ echo "CREATE DATABASE $DOMAIN_NAME;
6161
GRANT ALL PRIVILEGES ON $DOMAIN_NAME.* TO "$DOMAIN_NAME"@"localhost" IDENTIFIED BY '"$DB_PASS"';
6262
FLUSH PRIVILEGES;
6363
EXIT;" > input
64-
mysql --user=root --password=$2 < input > output.tab
64+
mysql --user=root --password=$2 < input
65+
rm input
6566

6667
#Make config.php file
6768
echo "<?php

0 commit comments

Comments
 (0)