Commit b107c7ed authored by Riccardo Padovani's avatar Riccardo Padovani

Fixed scrub script

parent 6efd4cb1
......@@ -32,7 +32,7 @@ dump_input=${1}
dump_output=${2}
# Destroy previous temp database and create a new one
dropdb --if-exists "$local_db"
dropdb "$local_db"
createdb "$local_db"
# Work in /tmp
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment