fix: new /var/log folder needs to be chmodded on Linux

The /var/log game folder stores game logs (for now only access log) and
as such must be writable by the server.
This commit is contained in:
Martin Ambrus
2017-10-28 19:02:25 +02:00
parent f5c3e029b5
commit f5ceefebb7
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -27,6 +27,7 @@ All the files are placed. The database is created, so you can now start playing
<li>CHMOD GameEngine back to 755 (sudo chmod -R 755 GameEngine)</li>
<li>CHMOD Prevention to 777 (sudo chmod -R 777 GameEngine/Prevention)</li>
<li>CHMOD Notes to 777 (sudo chmod -R 777 GameEngine/Notes)</li>
<li>CHMOD var/log to 777 (sudo chmod -R 777 var/log)</li>
</ul>
<ul>
+3 -2
View File
@@ -27,8 +27,9 @@
<li><h4>After Installation</h4></li>
<li>Delete install folder (sudo rm -R install)</li>
<li>CHMOD GameEngine back to 755 (sudo chmod -R 755 GameEngine)</li>
<li>CHMOD Prevention to 777 (sudo chmod -R 777 GameEngine/Prevention)</li>
<li>CHMOD Notes to 777 (sudo chmod -R 777 GameEngine/Notes)</li>
<li>CHMOD Prevention to 777 (sudo chmod -R 777 GameEngine/Prevention)</li>
<li>CHMOD Notes to 777 (sudo chmod -R 777 GameEngine/Notes)</li>
<li>CHMOD var/log to 777 (sudo chmod -R 777 var/log)</li>
</ul>
<ul>