mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-11 13:19:36 +01:00
6 lines
124 B
Bash
Executable file
6 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
|