Remove excessive param
This commit is contained in:
parent
1060651116
commit
874700ecb4
@ -47,7 +47,7 @@ args = parser.parse_args()
|
||||
mgr = VMMgr()
|
||||
if args.action == 'install':
|
||||
# Used during VM installation
|
||||
mgr.rebuild_nginx(False)
|
||||
mgr.rebuild_nginx()
|
||||
mgr.create_selfsigned_cert()
|
||||
elif args.action == 'update-login':
|
||||
# Used by app install scripts
|
||||
|
Loading…
Reference in New Issue
Block a user