summaryrefslogtreecommitdiffstats
path: root/application/controllers
diff options
context:
space:
mode:
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 dd2919a..c9ade02 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 = '';