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!
Kaynağa Gözat

Another fix.

tags/0.92
Stanislaw Adaszewski 4 yıl önce
ebeveyn
işleme
177922e29c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      jail.py

+ 1
- 1
jail.py Dosyayı Görüntüle

@@ -10,7 +10,7 @@ def jail_run(path, command):
try:
res = subprocess.run(command)
finally:
subprocess.run(['umount', os.path.join(path, 'dev')])
subprocess.run(['umount', '-f', os.path.join(path, 'dev')])
if res.returncode != 0:
# subprocess.run(['umount', os.path.join(path, 'dev')])
raise RuntimeError('Command failed')


Yükleniyor…
İptal
Kaydet