From e326c0bdb639e76cbe509038d7f4546339a3f2e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Wed, 1 Apr 2020 20:26:36 +0200 Subject: [PATCH] Clean riot directory before upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index e7a586f..28ee8d0 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -28,7 +28,7 @@ default_home_server=$(ynh_app_setting_get --app $app --key default_home_server) # Get source and install in source dir ynh_script_progression --message="Upgrading source files..." --weight=6 -ynh_secure_remove --file=$final_path/bundles +ynh_secure_remove --file=$final_path install_source ynh_script_progression --message="Configuring application..."