Files
Atay-Makhzan/docker/s6/gogs/run
T

9 lines
110 B
Bash
Raw Normal View History

2015-10-02 10:56:36 +01:00
#!/bin/sh
2015-10-02 21:54:55 +01:00
if test -f ./setup; then
source ./setup
2015-10-02 10:56:36 +01:00
fi
2015-10-02 21:54:55 +01:00
export USER=git
2015-10-02 10:56:36 +01:00
exec gosu $USER /app/gogs/gogs web