mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
Update upgrade
This commit is contained in:
parent
ee35597ed6
commit
98152bc1be
1 changed files with 25 additions and 0 deletions
|
@ -14,6 +14,26 @@ port=$(ynh_app_setting_get "$app" port)
|
|||
arch=$(ynh_app_setting_get "$app" arch)
|
||||
admin=$(ynh_app_setting_get "$app" admin)
|
||||
|
||||
#=================================================
|
||||
# CREATE DEDICATED USER
|
||||
#=================================================
|
||||
ynh_script_progression --message="Configuring system user..." --weight=1
|
||||
|
||||
ynh_system_user_create $app
|
||||
|
||||
mv /root/.config/duniter $USER/.config/duniter
|
||||
|
||||
# BACKUP BEFORE UPGRADE THEN ACTIVE TRAP
|
||||
ynh_script_progression --message="Backing up the app before upgrading (may take a while)..." --weight=100
|
||||
|
||||
ynh_backup_before_upgrade
|
||||
|
||||
ynh_clean_setup () {
|
||||
ynh_restore_upgradebackup
|
||||
}
|
||||
|
||||
ynh_abort_if_errors
|
||||
|
||||
REMOVE_DUNITER
|
||||
INSTALL_DUNITER_DEBIAN_PACKAGE
|
||||
CONFIGURE_DUNITER
|
||||
|
@ -23,3 +43,8 @@ duniter webstart
|
|||
|
||||
CONFIG_SSOWAT
|
||||
CONFIG_NGINX
|
||||
|
||||
#=================================================
|
||||
# END OF SCRIPT
|
||||
#=================================================
|
||||
ynh_script_progression --message="Installation of $app completed" --last
|
||||
|
|
Loading…
Reference in a new issue