From 5c82193d66b19c2360138c388114997d80c1c193 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 20 Feb 2021 16:51:49 +0100 Subject: [PATCH] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 4363001..c6f97fa 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -96,7 +96,7 @@ then mkdir -p "$data" # Copy the admin saved settings from tmp directory to final path - cp -ar "$tmpdir/groups" "$final_path/groups" + cp -ar "$tmpdir/groups" "$final_path" # Remove the tmp directory securely ynh_secure_remove --file="$tmpdir"