Changeset 150 for trunk/confman/confsync.sh
- Timestamp:
- 12/15/2006 15:24:24 (5 years ago)
- File:
-
- 1 edited
-
trunk/confman/confsync.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/confman/confsync.sh
r147 r150 55 55 exit 56 56 57 echo "Sync operation started" >&257 echo "Sync operation started" | conf_logger 58 58 for layer in $LAYERS ; do 59 59 echo "Rolling on $layer..." … … 66 66 conf_markclean 67 67 conf_recordAction sync 68 echo "Sync operation finished successfully" >&268 echo "Sync operation finished successfully" | conf_logger 69 69 70 70 rm -rf $tmpdir
Note: See TracChangeset
for help on using the changeset viewer.
