gogs.sh 164 B

12345678
  1. #!/bin/bash
  2. cd /home/gogs
  3. echo "posizione $(pwd)"
  4. chown gogs:gogs -R /home/gogs
  5. chmod a+x /home/gogs/gogs
  6. echo "Running gogs"
  7. su gogs -s /bin/bash -c "./gogs web"