summaryrefslogtreecommitdiffstats
path: root/application/controllers
diff options
context:
space:
mode:
authormichael pereira2011-04-26 16:51:19 +0200
committermichael pereira2011-04-26 16:51:19 +0200
commit4ce7a1afac01f2f2ff7a3368dcba45eed58f2bf7 (patch)
treedd2863905c6e57c40e6b0f64b42caa6c532e0d29 /application/controllers
parentfixes (diff)
downloadpbs2-4ce7a1afac01f2f2ff7a3368dcba45eed58f2bf7.tar.gz
pbs2-4ce7a1afac01f2f2ff7a3368dcba45eed58f2bf7.tar.xz
pbs2-4ce7a1afac01f2f2ff7a3368dcba45eed58f2bf7.zip
config
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 = '';