mirror of
				https://framagit.org/YunoHost-Apps/gitea_ynh.git
				synced 2025-10-30 05:15:30 +01:00 
			
		
		
		
	Update upgrade
This commit is contained in:
		| @@ -16,14 +16,14 @@ source /usr/share/yunohost/helpers | |||||||
| #================================================= | #================================================= | ||||||
| ynh_script_progression --message="Loading installation settings..." | ynh_script_progression --message="Loading installation settings..." | ||||||
|  |  | ||||||
| domain=$(ynh_app_setting_get --app $app --key domain) | domain=$(ynh_app_setting_get --app=$app --key=domain) | ||||||
| path_url=$(ynh_normalize_url_path --path_url $(ynh_app_setting_get --app $app --key path)) | path_url=$(ynh_normalize_url_path --path_url $(ynh_app_setting_get --app $app --key path)) | ||||||
| db_password=$(ynh_app_setting_get --app $app --key mysqlpwd) | db_password=$(ynh_app_setting_get --app=$app --key=mysqlpwd) | ||||||
| admin=$(ynh_app_setting_get --app $app --key adminusername) | admin=$(ynh_app_setting_get --app=$app --key=adminusername) | ||||||
| key=$(ynh_app_setting_get --app $app --key secret_key) | key=$(ynh_app_setting_get --app=$app --key=secret_key) | ||||||
| lfs_key=$(ynh_app_setting_get --app $app --key lfs_key) | lfs_key=$(ynh_app_setting_get --app=$app --key=lfs_key) | ||||||
| port=$(ynh_app_setting_get --app $app --key web_port) | port=$(ynh_app_setting_get --app=$app --key=web_port) | ||||||
| upstream_version=$(ynh_app_setting_get --app $app --key upstream_version) | upstream_version=$(ynh_app_setting_get --app=$app --key=upstream_version) | ||||||
|  |  | ||||||
| #================================================= | #================================================= | ||||||
| # BACKUP BEFORE UPGRADE THEN ACTIVE TRAP | # BACKUP BEFORE UPGRADE THEN ACTIVE TRAP | ||||||
| @@ -115,7 +115,6 @@ fi | |||||||
| #================================================= | #================================================= | ||||||
| # STANDARD UPGRADE STEPS | # STANDARD UPGRADE STEPS | ||||||
| #================================================= | #================================================= | ||||||
|  |  | ||||||
| ynh_script_progression --message="Configuring application..." | ynh_script_progression --message="Configuring application..." | ||||||
|  |  | ||||||
| # Clean template to fix issue : https://github.com/gogits/gogs/issues/4585 | # Clean template to fix issue : https://github.com/gogits/gogs/issues/4585 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Éric Gaspar
					Éric Gaspar