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

Obsoleted and renamed. #72

parent aa29cda8
No related branches found
No related tags found
No related merge requests found
# Ignore everything in this directory
*
# Except this file
!.gitignore
\ No newline at end of file
...@@ -6,12 +6,6 @@ ...@@ -6,12 +6,6 @@
# You'll need sudo/root privileges. # You'll need sudo/root privileges.
# #
echo "Create Log Directory '/var/log/aura/'"
mkdir -p /var/log/aura
echo "Create Configuration Directory '/etc/aura/'"
mkdir -p /etc/aura
echo "Set Ownership of '/opt/aura/engine', '/var/log/aura/' and '/etc/aura/engine.ini' to Engine User" echo "Set Ownership of '/opt/aura/engine', '/var/log/aura/' and '/etc/aura/engine.ini' to Engine User"
chown -R engineuser:engineuser /opt/aura chown -R engineuser:engineuser /opt/aura
chown -R engineuser:engineuser /etc/aura chown -R engineuser:engineuser /etc/aura
......
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