Merge #242 Fix wrong file permissions
This commit is contained in:
commit
428af17cb1
6 changed files with 58 additions and 10 deletions
|
|
@ -172,6 +172,7 @@ def main():
|
|||
import pungi.checks
|
||||
if not pungi.checks.check(conf):
|
||||
sys.exit(1)
|
||||
pungi.checks.check_umask(logger)
|
||||
|
||||
if opts.target_dir:
|
||||
compose_dir = Compose.get_compose_dir(opts.target_dir, conf, compose_type=compose_type, compose_label=opts.label)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue