This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
lilik_playbook
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
pass module to file_read function
update_ca_key
Edoardo Putti
8 years ago
parent
30b45c79e0
commit
0f29d996b7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
library/container_file_read.py
+ 1
- 1
library/container_file_read.py
View File
@ -72,7 +72,7 @@ def main():
file_exists
=
container
.
attach_wait
(
read_file_in_container
,
file_path
,
(
file_path
,
module
)
,
env_policy
=
lxc
.
LXC_ATTACH_CLEAR_ENV
,
)
Write
Preview
Loading…
Cancel
Save