Rename le-update to letsencrypt-update

tags/smeserver-letsencrypt-client-0.2.4-1 0.1.3_el5
Daniel Berteaud 8 years ago
parent 752f3d3a41
commit 4fb5dd3018
  1. 10
      createlinks

@ -2,11 +2,11 @@
use esmith::Build::CreateLinks qw(:all);
templates2events("/etc/letsencrypt.sh/config.sh", qw(le-update ssl-update bootstrap-console-save));
templates2events("/etc/crontab", qw(le-update));
templates2events("/etc/letsencrypt.sh/config.sh", qw(letsencrypt-update ssl-update bootstrap-console-save));
templates2events("/etc/crontab", qw(letsencrypt-update));
templates2events("/etc/letsencrypt.sh/domains.txt",
qw(
le-update
letsencrypt-update
bootstrap-console-save
domain-create
domain-delete
@ -14,5 +14,5 @@ templates2events("/etc/letsencrypt.sh/domains.txt",
host-delete
host-modify
));
templates2events("/etc/httpd/conf/httpd.conf", qw(le-update));
safe_symlink("sigusr1", "root/etc/e-smith/events/le-update/services2adjust/httpd-e-smith");
templates2events("/etc/httpd/conf/httpd.conf", qw(letsencrypt-update));
safe_symlink("sigusr1", "root/etc/e-smith/events/letsencrypt-update/services2adjust/httpd-e-smith");

Loading…
Cancel
Save