Changeset 553
- Timestamp:
- 02/13/13 16:26:49 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.5/contrib/getimage
r552 r553 12 12 then 13 13 echo "usage: `basename $0` <node_name> <image_name>" 14 exit 14 exit 1 15 15 fi 16 16 … … 20 20 else 21 21 imagename="default.path" 22 if [ ! -f /etc/sali/exclude/${imagename} ] 23 then 24 echo "Exclude file:/etc/sali/exclude/${imagename} does not exists" 25 exit 1 26 fi 22 27 fi 23 28
Note: See TracChangeset
for help on using the changeset viewer.