diff options
| author | michael pereira | 2011-04-26 14:58:02 +0200 |
|---|---|---|
| committer | michael pereira | 2011-04-26 14:58:02 +0200 |
| commit | 5332c6a71414b9def577c299200f978e4009d9a6 (patch) | |
| tree | f0d7f1de48122829968ce6b3ecb861376d4f02e7 /application/controllers/ResourceController.php | |
| parent | db (diff) | |
| download | pbs2-5332c6a71414b9def577c299200f978e4009d9a6.tar.gz pbs2-5332c6a71414b9def577c299200f978e4009d9a6.tar.xz pbs2-5332c6a71414b9def577c299200f978e4009d9a6.zip | |
fix
Diffstat (limited to 'application/controllers/ResourceController.php')
| -rw-r--r-- | application/controllers/ResourceController.php | 2 |
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 = ''; |
