https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15664
--- Comment #7 from Rudolf Byker <[email protected]> --- Sorry, you also need this function: function drop_db { DB="$1" echo "Dropping $DB …" mysql -u "$MYSQL_USER" -p"$MYSQL_PASS" -e "DROP DATABASE IF EXISTS $DB;" } -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
