diff options
Diffstat (limited to 'config/dashboard')
-rw-r--r-- | config/dashboard/dashboard.inc | 7 | ||||
-rw-r--r-- | config/dashboard/dashboard.xml | 2 |
2 files changed, 2 insertions, 7 deletions
diff --git a/config/dashboard/dashboard.inc b/config/dashboard/dashboard.inc index 5907945a..66c3c659 100644 --- a/config/dashboard/dashboard.inc +++ b/config/dashboard/dashboard.inc @@ -11,12 +11,7 @@ function dashboard_install() { mwexec("cp /usr/local/www/diag_logs_filter.php /usr/local/www/diag_logs_filter.php.before_dashboard"); mwexec("cp /usr/local/www/diag_logs_filter_dynamic.php /usr/local/www/diag_logs_filter_dynamic.php.before_dashboard"); - mwexec("rm /usr/local/www/index.php"); - mwexec("rm /usr/local/www/fbegin.inc"); - mwexec("rm /usr/local/www/diag_logs_filter.php"); - mwexec("rm /usr/local/www/diag_logs_filter_dynamic.php"); - - mwexec("tar xzvpf /usr/local/pkg/widgets.tgz -C /"); + mwexec("tar xzvpUf /usr/local/pkg/widgets.tgz -C /"); assign_privs(); } diff --git a/config/dashboard/dashboard.xml b/config/dashboard/dashboard.xml index 799504ba..33a0254e 100644 --- a/config/dashboard/dashboard.xml +++ b/config/dashboard/dashboard.xml @@ -46,7 +46,7 @@ <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>dashboard</name> - <version>0.7.6</version> + <version>0.7.6.1</version> <title>Dashboard</title> <include_file>/usr/local/pkg/dashboard.inc</include_file> <additional_files_needed> |