From 210d3fe6eadd6a4a46211e06489c736c0764f100 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 23 Mar 2019 04:20:26 +0100 Subject: [PATCH] fix statedir --- scripts/backup | 2 +- scripts/remove | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/backup b/scripts/backup index beaedde..850180a 100755 --- a/scripts/backup +++ b/scripts/backup @@ -41,7 +41,7 @@ ynh_backup "$final_path" # Backup config ynh_backup "$config_path" -# Backup statedir +# Backup state ynh_backup "$state_path" #================================================= diff --git a/scripts/remove b/scripts/remove index 18215c9..9891b40 100755 --- a/scripts/remove +++ b/scripts/remove @@ -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" #=================================================