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)


불러오는 중...
취소
저장