Skip to content
Snippets Groups Projects
Select Git revision
  • d0878b373b1d8049dd33d292c2526dd271de05c0
  • master default protected
2 results

Sound Detector Module.gtp

Blame
  • deploy_static.sh 135 B
    #!/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"