Skip to content
Snippets Groups Projects
Commit a77ae9eb authored by David Trattnig's avatar David Trattnig
Browse files

Lock DB in main routine.

parent a99aae40
No related branches found
No related tags found
No related merge requests found
...@@ -98,5 +98,8 @@ if [ "$input" = "2" ]; then ...@@ -98,5 +98,8 @@ if [ "$input" = "2" ]; then
fi fi
done done
# Create lockfile to avoid accidential re-creation of the database
touch $LOCKFILE_DB
echo echo
echo "+++ Installation of AURA Engine finished! +++" echo "+++ Installation of AURA Engine finished! +++"
\ No newline at end of file
...@@ -38,7 +38,4 @@ else ...@@ -38,7 +38,4 @@ else
echo "-----------------------------------------------------------------------" echo "-----------------------------------------------------------------------"
echo echo
# Create lockfile to avoid accidential re-creation of the database
touch $LOCKFILE_DB
fi fi
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment