Added script for manage mod_md

This commit is contained in:
Antonio de la Rosa 2024-09-05 18:20:02 +02:00
parent 3b8667ee1c
commit d9303437a9
2 changed files with 5 additions and 1 deletions

View file

@ -28,7 +28,7 @@ class ServerTask(Task):
#['modules/webservers/scripts/install_quota_home.py', 0o700],
self.files=[['modules/apache/scripts/install_apache.py', 0o700]]
self.files=[['modules/apache/scripts/install_apache.py', 0o700], ['modules/apache/scripts/check_mod_md.py', 0o700]]
#self.commands_to_execute=[]