Correct Debug in stage_step

This commit is contained in:
Eric Renfro 2024-08-04 20:04:25 -04:00
parent e31f412871
commit 119e9e525c
Signed by: psi-jack
SSH key fingerprint: SHA256:1TKB8Z257L8EHK8GWNxKgMhD8a+FAR+f+j3nnlcuNVM

View file

@ -218,7 +218,7 @@ function stage_step() {
local s4file SwapUUID SwapOffset local s4file SwapUUID SwapOffset
local cmd local cmd
if "$DEBUG"; then if [[ "$DEBUG" ]]; then
cmd="echo" cmd="echo"
else else
cmd="" cmd=""