From 4b1d0517baaf0553a2c22d662650a15d498be2f0 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 2 Oct 2013 19:39:02 +0200 Subject: [PATCH] Fix createlinks (don't create php headers twice for bootstrap_plugins.php) --- createlinks | 2 -- 1 file changed, 2 deletions(-) diff --git a/createlinks b/createlinks index 546c851..6ff016b 100644 --- a/createlinks +++ b/createlinks @@ -18,8 +18,6 @@ safe_symlink("/etc/e-smith/templates-default/template-end-php", "root/etc/e-smit safe_symlink("/etc/e-smith/templates-default/template-end-php", "root/etc/e-smith/templates/etc/ajaxplorer/bootstrap_repositories.php/template-end"); safe_symlink("/etc/e-smith/templates-default/template-begin-php", "root/etc/e-smith/templates/var/cache/ajaxplorer/diag_result.php/template-begin"); safe_symlink("/etc/e-smith/templates-default/template-end-php", "root/etc/e-smith/templates/var/cache/ajaxplorer/diag_result.php/template-end"); -safe_symlink("/etc/e-smith/templates-default/template-begin-php", "root/etc/e-smith/templates/etc/ajaxplorer/bootstrap_plugins.php/template-begin"); -safe_symlink("/etc/e-smith/templates-default/template-end-php", "root/etc/e-smith/templates/etc/ajaxplorer/bootstrap_plugins.php/template-end"); safe_touch("root/etc/e-smith/templates/var/cache/ajaxplorer/first_run_passed/template-begin"); safe_touch("root/etc/e-smith/templates/var/cache/ajaxplorer/admin_counted/template-begin");