From 876dc671ef09e855eea7714c519977462e90f30c Mon Sep 17 00:00:00 2001 From: Alexandre Alouit Date: Wed, 2 Dec 2015 03:03:08 +0100 Subject: bugfix --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index 73d60f9..4fac9d8 100644 --- a/install.php +++ b/install.php @@ -113,7 +113,7 @@ if(is_file("/etc/apache2/apache2.conf")) { if(is_file("/etc/nginx/nginx.conf")) { echo "Backup Nginx file to " . $backup_dir . ".\n"; - exec("cp /etc/nginx/nginx.conf " . $backup_dir . date("Ymdhis") . "-nginx.conf"; ); + exec("cp /etc/nginx/nginx.conf " . $backup_dir . date("Ymdhis") . "-nginx.conf"); echo "Patch Nginx and reload it.\n"; exec("patch /etc/nginx/nginx.conf < ./nginx.conf.patch"); exec("service nginx reload"); -- cgit v1.2.3