mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 02:42:58 +02:00
Ein bisschen die Bootscripte bearbeitet!
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@392 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -679,4 +679,15 @@ log_warning_msg() {
|
||||
return 0
|
||||
}
|
||||
|
||||
animate()
|
||||
{
|
||||
if [ $# = 0 ]
|
||||
then
|
||||
echo "Usage: animate {hook}"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
splash "$*"
|
||||
}
|
||||
|
||||
# End $rc_base/init.d/functions
|
||||
|
||||
Reference in New Issue
Block a user