startup.sh 102 B

12345
  1. #!/bin/sh
  2. ./build/env/bin/hue syncdb --noinput
  3. ./build/env/bin/hue migrate
  4. ./build/env/bin/supervisor