From d5f2d5f5504572a9c62aadbfc6f780bb08e1e156 Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Wed, 15 Apr 2015 09:45:45 -0400 Subject: [PATCH] - ported some patches --- install/install.php | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/install/install.php b/install/install.php index 3aedfef..90cdf62 100644 --- a/install/install.php +++ b/install/install.php @@ -713,6 +713,8 @@ } //* << $install_mode / 'Standard' or Genius +$inst->create_mount_script(); + //* Create md5 filelist $md5_filename = '/usr/local/ispconfig/security/data/file_checksums_'.date('Y-m-d_h-i').'.md5'; exec('find /usr/local/ispconfig -type f -print0 | xargs -0 md5sum > '.$md5_filename); -- Gitblit v1.9.1