#This file is for update firmware
#Version V14
#It will uzip firmwarev14.tgz and refresh /APP project
#!/bin/sh
    echo "Start Update"
    /bin/rm -Rf /APP/*
    /bin/tar -zxvf /home/ftp/firmwarev14.tgz -C /
    echo "Update finish"
