mirror of https://github.com/zulip/zulip.git
scripts: Make zulip-puppet-apply check if the user is root.
Fixes #10833.
This commit is contained in:
parent
767acfa2ac
commit
0975bbb39e
|
@ -5,7 +5,9 @@ import sys
|
|||
import subprocess
|
||||
import configparser
|
||||
import re
|
||||
from lib.zulip_tools import parse_lsb_release
|
||||
from lib.zulip_tools import parse_lsb_release, script_should_be_root
|
||||
|
||||
script_should_be_root()
|
||||
|
||||
force = False
|
||||
extra_args = sys.argv[1:]
|
||||
|
|
Loading…
Reference in New Issue