Update common.py

pull/267/head
midoks 3 years ago
parent 467692f586
commit d1a55ffa52
  1. 2
      class/core/common.py

@ -68,7 +68,7 @@ def initInitD():
if os.path.exists(systemd_mw):
os.remove(systemd_mw)
if os.path.exists(systemd_mw_task)
if os.path.exists(systemd_mw_task):
os.remove(systemd_mw_task)
doContentReplace(systemd_mw_tpl, systemd_mw)

Loading…
Cancel
Save