Changeset 142 for trunk/confman/confmancommon.sh
- Timestamp:
- 12/04/2006 22:05:38 (5 years ago)
- File:
-
- 1 edited
-
trunk/confman/confmancommon.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/confman/confmancommon.sh
r136 r142 52 52 53 53 if ! [ -d "$REPO_DB" ] ; then 54 sudo install -d -o root -g $ REPO_GROUP -m 770 "$REPO_DB"55 chmod g+s "$REPO_DB"54 sudo install -d -o root -g $CONF_GROUP -m 770 "$REPO_DB" 55 sudo chmod g+s "$REPO_DB" 56 56 fi 57 57
Note: See TracChangeset
for help on using the changeset viewer.
