aboutsummaryrefslogtreecommitdiff
blob: dd12ab3f4799665f9bb4a78f0d3ff952fc90a2d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
do_check_time() {
	if [ -n "${BLOCK_SHUTDOWN_INTERVALS}" ]; then
		include time
		if check_interval NOW "${BLOCK_SHUTDOWN_INTERVALS}"; then
			shutdown_abort_can_force "shutdown forbidden time"
		fi
	fi
}

do_check_time