From 4c963f1485f75d45b6d4e91df6290ed74078434b Mon Sep 17 00:00:00 2001 From: Satoshi Date: Wed, 3 Feb 2016 11:15:38 +0100 Subject: Update nginx_plugin.inc.php wrong name --- src/server/plugins-available/nginx_plugin.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/plugins-available/nginx_plugin.inc.php b/src/server/plugins-available/nginx_plugin.inc.php index 69416b9..5c77632 100755 --- a/src/server/plugins-available/nginx_plugin.inc.php +++ b/src/server/plugins-available/nginx_plugin.inc.php @@ -1192,7 +1192,7 @@ class nginx_plugin { $date = date("YmdHis"); //* TODO: check if is a symlink, if target same keep it, either remove it if(is_file($key_file)) { - $app->system->copy($key_file, $key_file.'.old'.$date); + $app->system->copy($key_file, $key_file.'.old.'.$date); $app->system->chmod($key_file.'.old.'.$date, 0400); $app->system->unlink($key_file); } -- cgit v1.2.3