run-koel.sh 132 B

123456789101112
  1. set -e
  2. if [ "$(id -u)" = "0" ]; then
  3. exit 1
  4. fi
  5. set -x
  6. # TODO run non-interactively
  7. php artisan koel:init
  8. apache2-foreground