Changeset 17910 for gsdl/trunk


Ignore:
Timestamp:
2008-11-24T17:54:33+13:00 (15 years ago)
Author:
max
Message:

Add some rewording.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/bin/script/checkwritability.bat

    r17908 r17910  
    44
    55REM test if we have write permission on the greenstone install directory
    6 echo Checking if GSDLHOME is writable..
     6echo.
     7echo Checking if GSDLHOME is writable...
    78echo This is a temporary file. It is safe to delete it. > "%GSDLHOME%\etc\testing.tmp"
    89if not exist "%GSDLHOME%\etc\testing.tmp" goto CantWrite
    910del "%GSDLHOME%\etc\testing.tmp"
    10 echo Writable
     11echo GSDLHOME has write permission for the current user.
     12echo.
    1113goto TheEnd
    1214
Note: See TracChangeset for help on using the changeset viewer.