functions: add echo_ok as and alias of echo_success (see VirtualBox lfs initscript part)
This commit is contained in:
parent
71fa047717
commit
a77a2db442
@ -439,6 +439,11 @@ reloadproc ()
|
||||
fi
|
||||
}
|
||||
|
||||
echo_ok ()
|
||||
{
|
||||
echo_success
|
||||
return $?
|
||||
}
|
||||
|
||||
echo_success ()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user