Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lars Kruse
aura-engine
Commits
a77ae9eb
Commit
a77ae9eb
authored
Apr 27, 2020
by
David Trattnig
Browse files
Lock DB in main routine.
parent
a99aae40
Changes
2
Hide whitespace changes
Inline
Side-by-side
install.sh
View file @
a77ae9eb
...
...
@@ -98,5 +98,8 @@ if [ "$input" = "2" ]; then
fi
done
# Create lockfile to avoid accidential re-creation of the database
touch
$LOCKFILE_DB
echo
echo
"+++ Installation of AURA Engine finished! +++"
\ No newline at end of file
script/init-db-mariadb.sh
View file @
a77ae9eb
...
...
@@ -38,7 +38,4 @@ else
echo
"-----------------------------------------------------------------------"
echo
# Create lockfile to avoid accidential re-creation of the database
touch
$LOCKFILE_DB
fi
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment