summaryrefslogtreecommitdiffstats
path: root/application/controllers
diff options
context:
space:
mode:
authormichael pereira2011-04-26 13:15:38 +0200
committermichael pereira2011-04-26 13:15:38 +0200
commitdccf01a783638c8dd7881ce3408a1197e1988878 (patch)
tree7544d59f8887a8bb9a5fcc63196bc1aa10847ac1 /application/controllers
parentconfig fix (diff)
downloadpbs2-dccf01a783638c8dd7881ce3408a1197e1988878.tar.gz
pbs2-dccf01a783638c8dd7881ce3408a1197e1988878.tar.xz
pbs2-dccf01a783638c8dd7881ce3408a1197e1988878.zip
crypt
Diffstat (limited to 'application/controllers')
-rw-r--r--application/controllers/ResourceController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/controllers/ResourceController.php b/application/controllers/ResourceController.php
index 8d52348..aad9ab8 100644
--- a/application/controllers/ResourceController.php
+++ b/application/controllers/ResourceController.php
@@ -396,7 +396,7 @@ class ResourceController extends Zend_Controller_Action
$tmp_conf = "../resources/config/$hash";
mkdir($tmp_conf ,0777, true);
exec("tar -C $tmp_conf -xf ../resources/bootos/$bootosID/config/default.tgz",$restul);
- exec("tar -C $tmp_conf/rootfs/ -xf ../resources/config/etc.tgz");
+ //exec("tar -C $tmp_conf/rootfs/ -xf ../resources/config/etc.tgz");
$username = '';
$userpassword = '';