exit after poweroff

This commit is contained in:
2023-07-28 08:01:21 +00:00
parent 8a00321c62
commit d3c8712a7c

View File

@@ -484,8 +484,8 @@ if [ -n "$WSL_DISTRO_NAME" ]; then
$SUDO_CMD poweroff -f;
else
echo "Bye.";
exit;
fi;
exit;
fi
fi;