Remove accidental double execution, which only caused an issue on the central.

This commit is contained in:
Thomas G Stokes
2024-03-11 18:09:47 +01:00
parent 7fb149908c
commit 174fe88d45
@@ -47,6 +47,6 @@ then
fi
fi
sleep 2
$($COMMAND_ON_COMPLETION)
${COMMAND_ON_COMPLETION}
fi