diff --git a/zfs-inplace-rebalancing.sh b/zfs-inplace-rebalancing.sh index ea56132..4ac5123 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 }