mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user