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