From f7cfa46e0a242cf28374bd401ec0fa52b7d3717d Mon Sep 17 00:00:00 2001 From: Stanislaw Adaszewski Date: Mon, 27 Apr 2020 23:49:18 +0200 Subject: [PATCH] Removed sha256 from jail create --- focker/jail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/focker/jail.py b/focker/jail.py index f27ec85..2e73278 100644 --- a/focker/jail.py +++ b/focker/jail.py @@ -188,7 +188,7 @@ def command_jail_create(args): [ [a.split(':')[0], ':'.join(a.split(':')[1:])] \ for a in args.mounts ], args.hostname ) - print(sha256) + # print(sha256) print(path)