DESCRIPTION: OSMC test hotfix 3 of 4. Requests a restart, to test the restart prompt.
#
# Covers: the restart flag, the prompt, and the handoff to /tmp/reboot-needed if
# declined. The two markers tell you whether a restart really happened: /tmp is
# emptied on boot, /home/osmc is not.

sh -c 'date -u "+%Y-%m-%dT%H:%M:%SZ  hotfix-test-3 applied, restart requested" >> /home/osmc/hotfix-test.log'

touch /tmp/hotfix-test-3-before-restart

sudo touch /tmp/reboot_needed_hotfix

RESOLUTION: LOG

