Author: toad
Date: 2008-09-26 14:55:48 +0000 (Fri, 26 Sep 2008)
New Revision: 22844

Modified:
   trunk/apps/new_installer/scripts/update.cmd
Log:
Edit the ACL, don't replace it.


Modified: trunk/apps/new_installer/scripts/update.cmd
===================================================================
--- trunk/apps/new_installer/scripts/update.cmd 2008-09-26 11:58:27 UTC (rev 
22843)
+++ trunk/apps/new_installer/scripts/update.cmd 2008-09-26 14:55:48 UTC (rev 
22844)
@@ -177,7 +177,7 @@
 Title Freenet Update Over HTTP Script
 ::Tell user the good news.
 echo   - Changing file permissions
-echo Y| cacls . /T /C /G freenet:f 2> NUL > NUL
+echo Y| cacls . /E /T /C /G freenet:f 2> NUL > NUL
 echo -
 echo - Freenet-%RELEASE%-snapshot.jar verified and copied to freenet.jar
 goto end
@@ -235,7 +235,7 @@

 :: Maybe fix bug #2556
 echo   - Changing file permissions
-echo Y| cacls . /T /C /G freenet:f 2> NUL > NUL
+echo Y| cacls . /E /T /C /G freenet:f 2> NUL > NUL

 if %RESTART%==0 goto cleanup2
 echo - Restarting Freenet...


Reply via email to