#!/bin/sh

# if this script is run then simple package remove has been called
echo "Processing factory reset..."
fw_setenv factory_reset yes
reboot
