From f7e69cbbb18f2258a109a96baa53b110c01e8d82 Mon Sep 17 00:00:00 2001 From: Karl Hudgell Date: Sat, 12 Dec 2015 11:06:22 +0000 Subject: [PATCH] update permissions --- Update.bat | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Update.bat b/Update.bat index 13cbae6..170043c 100644 --- a/Update.bat +++ b/Update.bat @@ -106,4 +106,8 @@ findstr "kodivisible" config.php >nul 2>&1 echo KodiVisible Updated goto END :END + +rem Set permissions +CACLS *.* /e /p everyone:f +echo Permissions Updated PAUSE \ No newline at end of file