Changeset 128


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

Making a quick fix to confmancommon for bootstrapping.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/confman/confmancommon.sh

    r124 r128  
    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.