diff --git a/install/templates/end.tpl b/install/templates/end.tpl
index 7d6ec50c..c24b52a8 100755
--- a/install/templates/end.tpl
+++ b/install/templates/end.tpl
@@ -27,6 +27,7 @@ All the files are placed. The database is created, so you can now start playing
CHMOD GameEngine back to 755 (sudo chmod -R 755 GameEngine)
CHMOD Prevention to 777 (sudo chmod -R 777 GameEngine/Prevention)
CHMOD Notes to 777 (sudo chmod -R 777 GameEngine/Notes)
+ CHMOD var/log to 777 (sudo chmod -R 777 var/log)
diff --git a/install/templates/greet.tpl b/install/templates/greet.tpl
index b8d36ebb..06a3283e 100644
--- a/install/templates/greet.tpl
+++ b/install/templates/greet.tpl
@@ -27,8 +27,9 @@
After Installation
- Delete install folder (sudo rm -R install)
- CHMOD GameEngine back to 755 (sudo chmod -R 755 GameEngine)
- - CHMOD Prevention to 777 (sudo chmod -R 777 GameEngine/Prevention)
- - CHMOD Notes to 777 (sudo chmod -R 777 GameEngine/Notes)
+ - CHMOD Prevention to 777 (sudo chmod -R 777 GameEngine/Prevention)
+ - CHMOD Notes to 777 (sudo chmod -R 777 GameEngine/Notes)
+ - CHMOD var/log to 777 (sudo chmod -R 777 var/log)