diff --git a/zfs-inplace-rebalancing.sh b/zfs-inplace-rebalancing.sh index 1c8aed3..ea56132 100755 --- a/zfs-inplace-rebalancing.sh +++ b/zfs-inplace-rebalancing.sh @@ -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 }