Minor fix to adduser.

Make ipa-server-install restart htppd
This commit is contained in:
Karl MacMillan
-
parent 66ee656155
commit cef59d76eb
2 changed files with 5 additions and 2 deletions

View File

@@ -53,7 +53,6 @@ def parse_options():
def main():
user={}
(options, args) = parse_options()
print args
if len(args) != 1:
usage()