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

Fixed configuration path for prod.

parent 01a00018
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ if [ $mode == "prod" ]; then
mkdir -p /etc/aura
echo "Copy configuration to './configuration/engine.ini'"
cp -n sample.engine.ini engine.ini
cp -n configuration/sample.engine.ini engine.ini
echo "Set Ownership of '/opt/aura/engine', '/var/log/aura/' and '/etc/aura/engine.ini' to Engine User"
chown -R engineuser:engineuser .
......
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