testing: strongTNC does not come with django.db any more
This commit is contained in:
Executable
+15
@@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd /var/www/tnc
|
||||
|
||||
if [ -f django.db ]
|
||||
then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
./manage.py migrate --database meta
|
||||
./manage.py setpassword strongSwan strongSwan
|
||||
./manage.py collectstatic --noinput
|
||||
|
||||
chmod g+w django.db
|
||||
exit 0
|
||||
Reference in New Issue
Block a user