Merge pull request #186 from netbox-community/non-root

Non root
This commit is contained in:
Christian Mäder 2019-12-20 14:21:34 +01:00 committed by GitHub
commit 0a9991de96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 0 deletions

View file

@ -1,5 +1,6 @@
#!/bin/bash
set -e
umask 002
# wait shortly and then run db migrations (retry on error)
while ! ./manage.py migrate 2>&1; do