mirror of
https://github.com/markusressel/zfs-inplace-rebalancing
synced 2026-02-05 05:24:07 +00:00
Expand to a string
This commit is contained in:
parent
6effa0b8fc
commit
13b6dae720
@ -39,7 +39,7 @@ function color_echo() {
|
||||
# Print a given text entirely in a given color
|
||||
function echo_debug() {
|
||||
if [ "$debug_flag" = true ]; then
|
||||
text=("$@")
|
||||
text=$*
|
||||
echo "${text}"
|
||||
fi
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user