* align "make help" * format * untouch build/generate-svg.js * untouch .eslintrc * combine editorconfig's * rm editorconfig Co-authored-by: Lauris BH <[email protected]> Co-authored-by: techknowlogick <[email protected]>
7 lines
121 B
Bash
Executable File
7 lines
121 B
Bash
Executable File
#!/bin/bash
|
|
[[ -f ./setup ]] && source ./setup
|
|
|
|
pushd /app/gitea >/dev/null
|
|
exec su-exec $USER /app/gitea/gitea web
|
|
popd
|