mirror of
https://framagit.org/YunoHost-Apps/gitea_ynh.git
synced 2024-11-23 11:31:35 +01:00
Fixes:
* use ynh_setup_source instead of wget * do not fait on remove
This commit is contained in:
parent
c1ebf1e4e0
commit
71ca75ae63
@ -75,7 +75,7 @@ config_nginx
|
||||
config_gitea
|
||||
|
||||
# Install gitea
|
||||
wget -O gitea https://github.com/go-gitea/gitea/releases/download/v1.3.3/gitea-1.3.3-linux-amd64 $final_path/gitea
|
||||
ynh_setup_source $final_path $architecture
|
||||
|
||||
# Set permissions
|
||||
set_permission
|
||||
@ -112,4 +112,4 @@ ynh_use_logrotate "/var/log/$app"
|
||||
|
||||
# Reload services
|
||||
ynh_check_starting "Serving [::]:$port with pid" "/var/log/$app/gitea.log"
|
||||
systemctl gitea restart
|
||||
systemctl restart gitea
|
||||
|
@ -44,3 +44,5 @@ ynh_remove_systemd_config
|
||||
|
||||
# Remove monitor
|
||||
yunohost service remove "$app"
|
||||
|
||||
true # Do not fail if remove after install error
|
||||
|
Loading…
Reference in New Issue
Block a user