diff options
| author | michael pereira | 2011-04-26 13:15:38 +0200 |
|---|---|---|
| committer | michael pereira | 2011-04-26 13:15:38 +0200 |
| commit | dccf01a783638c8dd7881ce3408a1197e1988878 (patch) | |
| tree | 7544d59f8887a8bb9a5fcc63196bc1aa10847ac1 /application/controllers/ResourceController.php | |
| parent | config fix (diff) | |
| download | pbs2-dccf01a783638c8dd7881ce3408a1197e1988878.tar.gz pbs2-dccf01a783638c8dd7881ce3408a1197e1988878.tar.xz pbs2-dccf01a783638c8dd7881ce3408a1197e1988878.zip | |
crypt
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 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 = ''; |
