|
@@ -366,6 +366,7 @@ class ReleaseImages extends Command
|
|
} else {
|
|
} else {
|
|
copy(getcwd() . "/playbookSupport.yml", $path . "/playbook.yml");
|
|
copy(getcwd() . "/playbookSupport.yml", $path . "/playbook.yml");
|
|
copy(getcwd() . "/get_supervisord_files.sh", $path . "/get_supervisord_files.sh");
|
|
copy(getcwd() . "/get_supervisord_files.sh", $path . "/get_supervisord_files.sh");
|
|
|
|
+ copy(getcwd() . "/certbot_file", "/etc/cron.d/certbot");
|
|
|
|
|
|
// KEA selected for install, copy the file get_kea_files.sh
|
|
// KEA selected for install, copy the file get_kea_files.sh
|
|
// otherwise delete the file if exists in the path
|
|
// otherwise delete the file if exists in the path
|