Fix: stop command template

This commit is contained in:
unitwk 2022-11-04 11:04:26 +08:00
parent eaee277828
commit 141130a29f

View File

@ -22,7 +22,7 @@ export default class GeneralStopCommand extends InstanceCommand {
await instance.exec(new SendCommand(stopCommand));
}
instance.println("INFO", $t("general_stop.execCmd"));
instance.println("INFO", $t("general_stop.execCmd", { stopCommand }));
const cacheStartCount = instance.startCount;
// If the instance is still in the stopped state after 10 minutes, restore the state