mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-04 01:17:17 +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 GameEngine back to 755 (sudo chmod -R 755 GameEngine)</li>
|
||||||
<li>CHMOD Prevention to 777 (sudo chmod -R 777 GameEngine/Prevention)</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 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>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
@@ -29,6 +29,7 @@
|
|||||||
<li>CHMOD GameEngine back to 755 (sudo chmod -R 755 GameEngine)</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 Prevention to 777 (sudo chmod -R 777 GameEngine/Prevention)</li>
|
||||||
<li>CHMOD Notes to 777 (sudo chmod -R 777 GameEngine/Notes)</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>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user