mirror of
https://github.com/aclist/dztui.git
synced 2025-03-15 08:53:01 +01:00
fix: use redacted function from helpers
All checks were successful
Mirror to Codeberg / mirror-to-codeberg (push) Successful in 19s
All checks were successful
Mirror to Codeberg / mirror-to-codeberg (push) Successful in 19s
This commit is contained in:
parent
9e09bd3bb3
commit
63671e2478
1 changed files with 2 additions and 2 deletions
4
dzgui.sh
4
dzgui.sh
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
set -o pipefail
|
||||
|
||||
version=5.7.0-beta.4
|
||||
version=5.7.0-beta.5
|
||||
|
||||
#CONSTANTS
|
||||
aid=221100
|
||||
|
@ -77,7 +77,7 @@ set_im_module(){
|
|||
fi
|
||||
}
|
||||
redact(){
|
||||
sed 's@\(/home/\)\([^/]*\)\(.*\)@\1REDACTED\3@g'
|
||||
sed 's@\(/home/\)[^/]*@\1REDACTED@g'
|
||||
}
|
||||
logger(){
|
||||
local date="$(date "+%F %T,%3N")"
|
||||
|
|
Loading…
Reference in a new issue