:(
This commit is contained in:
13
sysconfig/rc.site
Normal file
13
sysconfig/rc.site
Normal file
@@ -0,0 +1,13 @@
|
||||
log_action_begin_msg()
|
||||
{
|
||||
echo -n "$@..." || true
|
||||
}
|
||||
|
||||
log_action_end_msg()
|
||||
{
|
||||
if [ $1 -eq 0 ]; then
|
||||
echo "done." || true
|
||||
else
|
||||
echo "failed." || true
|
||||
fi
|
||||
}
|
Reference in New Issue
Block a user