From dcde4f9c4db8bb12e3ea9dfb4b1c722dcf61fa21 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Ambru=C5=A1?=
Date: Wed, 25 Oct 2017 06:55:21 +0200
Subject: [PATCH] feat: end screen should contain chmod info
---
install/templates/end.tpl | 13 +++++++++++++
1 file changed, 13 insertions(+)
mode change 100644 => 100755 install/templates/end.tpl
diff --git a/install/templates/end.tpl b/install/templates/end.tpl
old mode 100644
new mode 100755
index 047d7adb..32023afb
--- a/install/templates/end.tpl
+++ b/install/templates/end.tpl
@@ -21,6 +21,19 @@ Thanks for installing TravianZ.
All the files are placed. The database is created, so you can now start playing on your own Travian.
+
+ 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)
+
+
+
+ After Installation
+ - Protect folder /Admin with password protect directory
+
+