start.sh 109 B

12345678
  1. #!/bin/bash
  2. set -eu -o pipefail
  3. cp conf.ini > /home/git/gogs/custom/conf/app.ini
  4. /home/git/gogs/gogs web