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

Updated lock file location.

parent eb2d76ca
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ python3.7 $(which pip3) install -r requirements.txt
if [ $mode == "dev" ]; then
# Set LOCK file location
LOCKFILE_DB=configuration/.install.mariadb.lock
LOCKFILE_DB=configuration/.engine.install-mariadb.lock
echo "Create local Logs Folder ..."
mkdir -p logs
......@@ -46,7 +46,7 @@ fi
if [ $mode == "prod" ]; then
# Set LOCK file location
LOCKFILE_DB=/etc/aura/engine/.install.mariadb.lock
LOCKFILE_DB=/etc/aura/.engine.install-mariadb.lock
if getent passwd 'engineuser' > /dev/null 2>&1; then
echo "User 'engineuser' exists already.";
......@@ -66,7 +66,7 @@ if [ $mode == "prod" ]; then
echo "Create Configuration Directory `/etc/aura/engine`"
mkdir -p /etc/aura
echo "Copy configuration to './configuration/engine.ini'"
echo "Copy configuration to '/etc/aura/engine.ini'"
cp -n configuration/sample.engine.ini /etc/aura/engine.ini
echo "Set Ownership of '/opt/aura/engine', '/var/log/aura/' and '/etc/aura/engine.ini' to Engine User"
......
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