Changeset 4084


Ignore:
Timestamp:
Dec 20, 2010, 1:40:56 PM (12 years ago)
Author:
olle
Message:

Refs #668. Initialization script www/WEB-INF/init.sh in client/servlet/ updated to create msinspect.properties file if not existing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/servlet/www/WEB-INF/init.sh

    r4045 r4084  
    9999fi
    100100
     101# Create proteios msinspect.properties file if not existing.
     102if [ ! -f msinspect.properties ]; then
     103  cp -p msinspect.properties.in msinspect.properties
     104fi
     105
    101106# Create proteios log4j.properties file if not existing.
    102107if [ ! -f log4j.properties ]; then
Note: See TracChangeset for help on using the changeset viewer.