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