From 43ebbb73bd6a27f794b34a7f4ae834d35db7ce2d Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Wed, 13 Jun 2018 01:17:10 +0200 Subject: [PATCH] Fix tar params --- addon/lib/rmupdate.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addon/lib/rmupdate.tcl b/addon/lib/rmupdate.tcl index d43f21e..8fb0785 100644 --- a/addon/lib/rmupdate.tcl +++ b/addon/lib/rmupdate.tcl @@ -1637,7 +1637,7 @@ proc ::rmupdate::install_addon {{addon_id ""} {download_url ""}} { file mkdir $tmp_dir cd $tmp_dir - exec /bin/tar --no-same-owner xzvf "${archive_file}" + exec /bin/tar --no-same-owner -xzvf "${archive_file}" write_log 3 "Running update_script" file attributes update_script -permissions 0755