Correct Debug in stage_step
This commit is contained in:
parent
e31f412871
commit
119e9e525c
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ function stage_step() {
|
|||
local s4file SwapUUID SwapOffset
|
||||
local cmd
|
||||
|
||||
if "$DEBUG"; then
|
||||
if [[ "$DEBUG" ]]; then
|
||||
cmd="echo"
|
||||
else
|
||||
cmd=""
|
||||
|
|
Loading…
Reference in a new issue