#! /bin/sh
# Logilin reboot script - Logilin 2021

if [ -f /reboot ]
then
	rw
	rm -f /reboot
	ro
	/sbin/reboot
fi

exit 0
