Match error output string format
这个提交包含在:
父节点
65435dce78
当前提交
6dd8a5e212
@ -27,7 +27,7 @@ from qubesadmin import Qubes
|
||||
|
||||
def main():
|
||||
if os.geteuid() != 0:
|
||||
sys.stderr.write('This program must be run as root to set the date.')
|
||||
sys.stderr.write('This program must be run as root to set the date, aborting!\n')
|
||||
sys.exit(1)
|
||||
app = Qubes()
|
||||
clockvm = app.clockvm
|
||||
|
||||
正在加载...
在新工单中引用
屏蔽一个用户