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