From 6587813d2de468d6b5d875b3ef07b5d44ba11c02 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 21 Jun 2009 12:35:13 +0000 Subject: [PATCH] "dont delete header (otherwise the header is owned by the user running the script)" --- doc/rpm-build/post_install.php | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/rpm-build/post_install.php b/doc/rpm-build/post_install.php index 85cd209ec8..5f5657479e 100755 --- a/doc/rpm-build/post_install.php +++ b/doc/rpm-build/post_install.php @@ -145,7 +145,6 @@ if (!file_exists($config['header']) || filesize($config['header']) < 200) // def // --> new install // create header - @unlink($config['header']); // remove redirect header, setup-cli stalls otherwise $setup_header = $setup_cli.' --create-header '.escapeshellarg($config['config_passwd'].','.$config['config_user']). ' --domain '.escapeshellarg($config['domain'].','.$config['db_name'].','.$config['db_user'].','.$config['db_pass']. ','.$config['db_type'].','.$config['db_host'].','.$config['db_port']);