mirror of
https://github.com/gogs/gogs.git
synced 2026-01-08 08:22:18 +01:00
8 lines
94 B
Bash
Executable File
8 lines
94 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if test -f ./setup; then
|
|
source ./setup
|
|
fi
|
|
|
|
exec gosu $USER /app/gogs/gogs web
|