Skip to content

Commit

Permalink
Fixing paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
patcon committed Nov 18, 2012
1 parent f75ed3c commit f133c7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ if [ -f build-*.make ] && [ ! -d www ]; then
# Concatenate newline and snippet, then append to settings.php
echo "" | cat - $f | tee -a www/sites/default/settings.php > /dev/null
done
echo "-----> Dropping all tables..."
LD_LIBRARY_PATH=php/ext ./php/bin/php -f drush/drush.php scr tmp/scripts/drop-all-tables.php
cd www
echo "-----> Dropping all tables..."
LD_LIBRARY_PATH=../php/ext ./../php/bin/php -f ../drush/drush.php scr ../tmp/scripts/drop-all-tables.php
LD_LIBRARY_PATH=../php/ext ./../php/bin/php -f ../drush/drush.php site-install minimal --yes --account-pass=admin
cd ..
fi
Expand Down

0 comments on commit f133c7a

Please sign in to comment.