Return error code if manage was unsuccessful
In the fusion
script at the project root, the boolean result from Fusion::manage($taskId)
is ignored. If it returns false
, the script should exit with code 1
instead of 0
.
In the fusion
script at the project root, the boolean result from Fusion::manage($taskId)
is ignored. If it returns false
, the script should exit with code 1
instead of 0
.