Add external task for install monit

This commit is contained in:
absurdo 2023-08-01 00:13:37 +02:00
parent 0b57bcab9b
commit 2ebe22f79e
6 changed files with 206 additions and 65 deletions

View file

@ -261,6 +261,7 @@ def pastafari2_add_server_task():
error=1
error_form['#server_host_error']=I18n.lang('pastafari2', 'error_exec_task', 'Error: cannot execute the task '+task.txt_error)
txt_error=I18n.lang('pastafari2', 'error_exec_task', 'Error: cannot execute the task '+task.txt_error)
task_id=task.task_id
@ -609,6 +610,7 @@ def pastafari2_make_task():
error=1
error_form['#server_host_error']=I18n.lang('pastafari2', 'error_exec_task', 'Error: cannot execute the task')
txt_error=task.txt_error
task_id=task.task_id