Ignore:
Timestamp:
2013-07-13T15:09:00+12:00 (11 years ago)
Author:
davidb
Message:

Use of %GSDL3HOME% lead to incorrect file writable test decision. Changed to \!GSDL3HOME\!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/gs3-server.bat

    r27833 r27838  
    2121  echo Checking if the Greenstone3 web directory is writable ...
    2222  (echo This is a temporary file. It is safe to delete it. > "!GSDL3HOME!\testing.tmp" ) 2>nul
    23   if exist "%GSDL3HOME%\testing.tmp" goto isWritable
     23  if exist "!GSDL3HOME!\testing.tmp" goto isWritable
    2424
    2525:: Is read-only
     
    3131
    3232:isWritable
    33   del "%GSDL3HOME%\testing.tmp"
     33  del "!GSDL3HOME!\testing.tmp"
    3434  set opt_properties=
    3535  echo  ... yes.
Note: See TracChangeset for help on using the changeset viewer.