Changeset b9cef84 in clfs-embedded for bootscripts/clfs/rc.d/init.d/functions
- Timestamp:
- Nov 15, 2006, 5:37:30 PM (18 years ago)
- Branches:
- master
- Children:
- 9ab6faf
- Parents:
- 155e741
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bootscripts/clfs/rc.d/init.d/functions
r155e741 rb9cef84 10 10 echo -en "\\033[65G" 11 11 if [ $ERR = 0 ]; then 12 echo -en "\\033[1;32 OK"12 echo -en "\\033[1;32mOK" 13 13 else 14 14 echo -en "\\033[1;31mFAIL"
Note:
See TracChangeset
for help on using the changeset viewer.