summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authormichael pereira2011-04-26 14:58:02 +0200
committermichael pereira2011-04-26 14:58:02 +0200
commit5332c6a71414b9def577c299200f978e4009d9a6 (patch)
treef0d7f1de48122829968ce6b3ecb861376d4f02e7 /application
parentdb (diff)
downloadpbs2-5332c6a71414b9def577c299200f978e4009d9a6.tar.gz
pbs2-5332c6a71414b9def577c299200f978e4009d9a6.tar.xz
pbs2-5332c6a71414b9def577c299200f978e4009d9a6.zip
fix
Diffstat (limited to 'application')
-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 aad9ab8..8d52348 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 = '';