Skip to content
Snippets Groups Projects
Commit aaa30710 authored by rds's avatar rds
Browse files

backup current db rather than rm it

parent 773120fa
No related branches found
No related tags found
No related merge requests found
......@@ -170,7 +170,7 @@ make fixdeps install
FIXDEPS_INSTALL=$?
# make initialising the database
rm -f $RT_ROOT/var/rt3
mv $RT_ROOT/var/rt3 $RT_ROOT/var/rt3_$(date +%Y%m%d_%H%M%S)
make initialize-database
INIT_DB=$?
......
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