vhost
This commit is contained in:
parent
f21dc3fe27
commit
bb4a9fac09
@ -143,6 +143,9 @@ if __name__ == "__main__":
|
||||
elif args.remove:
|
||||
vhost_remove(d)
|
||||
|
||||
if y_n_question("Restart apache2?"):
|
||||
subprocess.call(['sudo', 'service', 'apache2', 'restart'])
|
||||
|
||||
print('done.')
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user