Commit 6137440f authored by tbrehm's avatar tbrehm
Browse files

Fixed a bug in quotaingof a variable in installer.

parent 04c7ebea
......@@ -657,7 +657,7 @@ class installer_base {
$install_dir = $this->conf['ispconfig_install_dir'];
//* Create the ISPConfig installation directory
if(!@is_dir($install_dir)) {
if(!@is_dir("$install_dir")) {
$command = "mkdir $install_dir";
caselog($command.' &> /dev/null', __FILE__, __LINE__, "EXECUTED: $command", "Failed to execute the command $command");
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment