Changeset 177 for tags/confman-1.5.5a/confmancommon.sh
- Timestamp:
- 10/08/2007 17:12:27 (5 years ago)
- File:
-
- 1 edited
-
tags/confman-1.5.5a/confmancommon.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tags/confman-1.5.5a/confmancommon.sh
r142 r177 51 51 fi 52 52 53 # Test if the specified group exists before setting folder groups 53 54 if ! [ -d "$REPO_DB" ] ; then 54 sudo install -d -o root -g $CONF_GROUP -m 770 "$REPO_DB" 55 sudo chmod g+s "$REPO_DB" 55 if ! [ conf_checkgroup ]; then 56 sudo install -d -o root -m 770 "$REPO_DB" 57 else 58 sudo install -d -o root -g $CONF_GROUP -m 770 "$REPO_DB" 59 fi 60 sudo chmod g+s "$REPO_DB" 56 61 fi 57 62 … … 81 86 82 87 # And we'll set a trap: 83 trap "conf_clean exit" SIGINT SIGTERM SIGHUP88 trap "conf_cleanExit" SIGINT SIGTERM SIGHUP 84 89
Note: See TracChangeset
for help on using the changeset viewer.
