mirror of
https://github.com/markusressel/zfs-inplace-rebalancing
synced 2026-02-05 05:24:07 +00:00
Fix shellcheck entry
This commit is contained in:
parent
1f9ae6269f
commit
f06fdf8ee2
@ -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