mirror of
https://github.com/go-gitea/gitea.git
synced 2024-12-04 18:27:19 +01:00
7 lines
124 B
Bash
Executable File
7 lines
124 B
Bash
Executable File
#!/bin/bash
|
|
[[ -f ./setup ]] && source ./setup
|
|
|
|
pushd /app/gitea > /dev/null
|
|
exec su-exec git /app/gitea/gitea web
|
|
popd
|