#!/bin/sh

umount /opt/fwu/system_current 2>&1 > /dev/null || true
umount /opt/fwu/kernel_current 2>&1 > /dev/null || true

exit 0
