1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/z-push_ynh.git synced 2024-09-03 18:05:58 +02:00

fix statedir

This commit is contained in:
yalh76 2019-03-23 04:20:26 +01:00
parent d6659d0bb9
commit 210d3fe6ea
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ ynh_backup "$final_path"
# Backup config # Backup config
ynh_backup "$config_path" ynh_backup "$config_path"
# Backup statedir # Backup state
ynh_backup "$state_path" ynh_backup "$state_path"
#================================================= #=================================================

View file

@ -78,7 +78,7 @@ ynh_secure_remove "$config_path"
# Remove the log files # Remove the log files
ynh_secure_remove "$log_path" ynh_secure_remove "$log_path"
# Remove the statedir # Remove the state
ynh_secure_remove "$state_path" ynh_secure_remove "$state_path"
#================================================= #=================================================