mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-06-08 01:18:32 +08:00
fix: Shellcheck
This commit is contained in:
parent
1172342e03
commit
73644ed291
@ -31,7 +31,7 @@ if [[ "$RAM_CHECK" != [Nn]* ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$DEBUG" == [Yy1]* ]]; then
|
if [[ "$DEBUG" == [Yy1]* ]]; then
|
||||||
printf "Arguments:\n\n${ARGS// -/$'\n-'}" && echo
|
printf "Arguments:\n\n%s" "${ARGS// -/$'\n-'}" && echo
|
||||||
fi
|
fi
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user