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:
parent
d6659d0bb9
commit
210d3fe6ea
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ ynh_backup "$final_path"
|
|||
# Backup config
|
||||
ynh_backup "$config_path"
|
||||
|
||||
# Backup statedir
|
||||
# Backup state
|
||||
ynh_backup "$state_path"
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -78,7 +78,7 @@ ynh_secure_remove "$config_path"
|
|||
# Remove the log files
|
||||
ynh_secure_remove "$log_path"
|
||||
|
||||
# Remove the statedir
|
||||
# Remove the state
|
||||
ynh_secure_remove "$state_path"
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue