mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-31 06:18:40 -04:00
output
This commit is contained in:
parent
31804e30ec
commit
c7e9460b2a
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ source /usr/libexec/helper-scripts/log_run_die.sh
|
|||
echo_wrapper_ignore() {
|
||||
if test "${1}" = "verbose"; then
|
||||
shift
|
||||
log notice "Run: $*"
|
||||
log notice "Executing: $*"
|
||||
else
|
||||
shift
|
||||
fi
|
||||
|
@ -36,7 +36,7 @@ echo_wrapper_ignore() {
|
|||
echo_wrapper_audit() {
|
||||
if test "${1}" = "verbose"; then
|
||||
shift
|
||||
log notice "Run: $*"
|
||||
log notice "Executing: $*"
|
||||
else
|
||||
shift
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue