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"