#!/bin/sh

umount /opt/fwu/system_offline 2>&1 > /dev/null || true
umount /opt/fwu/kernel_offline 2>&1 > /dev/null || true

exit 0
