mirror of
https://gitee.com/gitea/gitea
synced 2025-11-05 17:10:24 +08: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
|