improve helpers for install

This commit is contained in:
Taras Machyshyn
2014-04-07 13:29:33 +03:00
parent 749d68a601
commit 6abfdbde32
+1 -1
View File
@@ -253,7 +253,7 @@ class SystemHelper
$commands[] = $chown;
}
return implode(' && ', $commands);
return implode('; ', $commands);
}
}