Changeset 55
- Timestamp:
- 04/06/2006 17:29:22 (6 years ago)
- File:
-
- 1 edited
-
confman/confman (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
confman/confman
r53 r55 42 42 # And we read in the layers that make this host 43 43 if [ -f $RECIPE_PATH ] ; then 44 LAYERS=`cat $RECIPE_PATH `44 LAYERS=`cat $RECIPE_PATH | grep "^[^#]"` 45 45 else 46 46 echo "Error: Couldn't read the host's recipe!" >&2
Note: See TracChangeset
for help on using the changeset viewer.
