mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2024-10-31 21:38:52 +00:00
8 lines
109 B
Bash
Executable file
8 lines
109 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -eu -o pipefail
|
|
|
|
cp conf.ini > /home/git/gogs/custom/conf/app.ini
|
|
|
|
/home/git/gogs/gogs web
|
|
|