From 494847720b24ba9b08da26b04c5dd17c913a4bdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Sun, 27 Oct 2019 14:58:17 +0100 Subject: [PATCH] Fix restore script --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index edde931..cadfc30 100644 --- a/scripts/restore +++ b/scripts/restore @@ -37,7 +37,7 @@ ynh_restore # Create user ynh_script_progression --message="Configuring system user..." -ynh_system_user_create --username $seafile_user $final_path +ynh_system_user_create --username $seafile_user --home_dir $final_path # Restore dependencies ynh_script_progression --message="Reinstalling dependencies..." --weight=5