19 Jul
2019
19 Jul
'19
12:50 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15664 --- Comment #7 from Rudolf Byker <rudolfbyker@gmail.com> --- 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.