You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

run 110B

12345678
  1. #!/bin/sh
  2. if test -f ./setup; then
  3. source ./setup
  4. fi
  5. export USER=git
  6. exec gosu $USER /app/gogs/gogs web