]> wagnertech.de Git - projects.git/blob - debian/mdjango.preinst
webssh added
[projects.git] / debian / mdjango.preinst
1 #!/bin/bash
2 set -e
3
4 if [ ! -d /opt/mysite ]
5 then
6         cd /opt
7         django-admin startproject mysite
8 fi