Changeset 137


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

Fixing the out-of-date checks.

File:
1 edited

Legend:

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

    r129 r137  
    4848    || [ -z "$CONF_EXPORT_URI" ] || [ -z "$CONF_GROUP" ] ; then 
    4949    echo "$GCONF is out-of-date. Please see the ChangeLog" >&2 
     50    exit 1 
    5051fi 
    5152 
    5253if ! [ -d "$REPO_DB" ] ; then 
    53     sudo install -d -o root -g $REPO_GROUP -m 2770 "$REPO_DB" 
     54    sudo install -d -o root -g $REPO_GROUP -m 770 "$REPO_DB" 
     55    chmod g+s "$REPO_DB" 
    5456fi 
    5557 
Note: See TracChangeset for help on using the changeset viewer.