✏️ 正在编辑: 00-verbose
路径:
/snap/core24/1587/usr/lib/lsb/init-functions.d/00-verbose
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
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 }
💾 保存文件
← 返回文件管理器