Changeset 129


Ignore:
Timestamp:
12/04/2006 21:16:10 (5 years ago)
Author:
ccowart
Message:

Porting the change for bootstrapping the common settings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/confman-1.5/confmancommon.sh

    r124 r129  
    5050fi 
    5151 
     52if ! [ -d "$REPO_DB" ] ; then 
     53    sudo install -d -o root -g $REPO_GROUP -m 2770 "$REPO_DB" 
     54fi 
     55 
    5256# Now, we source the library 
    5357if [ -f $REPO_LIBRARY ] ; then 
Note: See TracChangeset for help on using the changeset viewer.