Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
joel kronenberg committed Dec 14, 2004
1 parent 778f69a commit 8254ae5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,8 @@ sleep 1

echo "\nDumping language_text"
rm $atutor_dir/ATutor/install/db/atutor_language_text.sql
echo "DROP TABLE language_text;" > $atutor_dir/ATutor/install/db/atutor_language_text.sql
chmod a+rwx dump_lang.php
wget --output-document=- http://atutor.ca/atutor/translate/dump_lang_143.php >> $atutor_dir/ATutor/install/db/atutor_language_text.sql
echo "DROP TABLE language_text;\n" > $atutor_dir/ATutor/install/db/atutor_language_text.sql
wget --output-document=- http://atutor.ca/atutor/translate/dump_lang.php >> $atutor_dir/ATutor/install/db/atutor_language_text.sql

sleep 1

Expand Down

0 comments on commit 8254ae5

Please sign in to comment.