copy default config before call function
This commit is contained in:
parent
4233531503
commit
db3fabe4b2
|
@ -72,10 +72,10 @@ ynh_add_systemd_config
|
|||
config_nginx
|
||||
|
||||
# Configure gitea with app.ini file
|
||||
cp -a ../conf/app.ini $final_path
|
||||
config_gitea
|
||||
|
||||
# Install gitea
|
||||
cp -a ../conf/app.ini $final_path
|
||||
cd $final_path
|
||||
wget https://github.com/go-gitea/gitea/releases/download/v1.3.3/gitea-1.3.3-linux-amd64
|
||||
mv gitea-1.3.3-linux-amd64 gitea
|
||||
|
|
Loading…
Reference in New Issue