pushd /var/www/html
    rm -rf static
    rm -rf index.html
    unzip /root/static.zip
    popd