aboutsummaryrefslogtreecommitdiffstats
path: root/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
1 files changed, 1 insertions, 1 deletions
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");