#!/bin/bash sudo rm -rf /var/www/static sudo cp -r static /var/www/static sudo chown -R www-data:www-data /var/www/static echo "Done"