IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an email to s dot adaszewski at gmail dot com. User accounts are meant only to report issues and/or generate pull requests. This is a purpose-specific Git hosting for ADARED projects. Thank you for your understanding!
瀏覽代碼

Removed sha256 from jail create

tags/0.92
父節點
當前提交
f7cfa46e0a
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      focker/jail.py

+ 1
- 1
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)


Loading…
取消
儲存