Closed knl closed 4 years ago
Enabling debug_output will run the updater script under set -x, effectively printing out any command that is to be executed. This can help with reproducing the issues locally or plain old debugging.
debug_output
set -x
Closes #34.
Enabling
debug_output
will run the updater script underset -x
, effectively printing out any command that is to be executed. This can help with reproducing the issues locally or plain old debugging.Closes #34.