Skip to content
Snippets Groups Projects
Commit 8240fa97 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch '6907_backup_server' into 'master'

remove ansi colors

See merge request !219
parents 92ec9fbe b93e0bde
No related branches found
No related tags found
1 merge request!219remove ansi colors
......@@ -89,8 +89,8 @@ if [ ! -x "$myscript" ]; then
ph.abort "UNKNOWN: $myscript is not available / executable. Use -d to fix the installation dir. Get help with -h."
fi
# --- read data
data=$( "$myscript" "$sMode" )
# --- read data + remove ansii colors
data=$( "$myscript" "$sMode" | sed 's/\x1B\[[0-9;]\{1,\}[A-Za-z]//g' )
case "$sMode" in
"backupstatus")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment