From: Zoltán Felleg Date: Wed, 22 May 2019 10:12:07 +0000 (+0200) Subject: Upgraded xfr.pm.f29 to xfr.pm.f30. X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=a5dcbc3949044c6decb4e8deb0a4737293d00fe9;p=user-lxc.git Upgraded xfr.pm.f29 to xfr.pm.f30. --- diff --git a/sources/ws.pm.f30/firstboot/10_certbot.sh b/sources/ws.pm.f30/firstboot/10_certbot.sh index 0ee797d..620271b 100755 --- a/sources/ws.pm.f30/firstboot/10_certbot.sh +++ b/sources/ws.pm.f30/firstboot/10_certbot.sh @@ -37,4 +37,6 @@ then cp --archive /usr/lib/python3.7/site-packages/certbot_apache/options-ssl-apache.conf /etc/letsencrypt systemctl enable httpd.service systemctl start httpd.service + systemctl enable certbot-renew.timer + systemctl start certbot-renew.timer fi diff --git a/sources/xfr.pm.f29/config b/sources/xfr.pm.f30/config similarity index 100% rename from sources/xfr.pm.f29/config rename to sources/xfr.pm.f30/config diff --git a/sources/xfr.pm.f29/envvars b/sources/xfr.pm.f30/envvars similarity index 100% rename from sources/xfr.pm.f29/envvars rename to sources/xfr.pm.f30/envvars diff --git a/sources/xfr.pm.f29/firstboot/01_setupnetworking.sh b/sources/xfr.pm.f30/firstboot/01_setupnetworking.sh similarity index 100% rename from sources/xfr.pm.f29/firstboot/01_setupnetworking.sh rename to sources/xfr.pm.f30/firstboot/01_setupnetworking.sh diff --git a/sources/xfr.pm.f29/firstboot/02_settimezone.sh b/sources/xfr.pm.f30/firstboot/02_settimezone.sh similarity index 100% rename from sources/xfr.pm.f29/firstboot/02_settimezone.sh rename to sources/xfr.pm.f30/firstboot/02_settimezone.sh diff --git a/sources/xfr.pm.f29/firstboot/03_setupldap.sh b/sources/xfr.pm.f30/firstboot/03_setupldap.sh similarity index 100% rename from sources/xfr.pm.f29/firstboot/03_setupldap.sh rename to sources/xfr.pm.f30/firstboot/03_setupldap.sh diff --git a/sources/xfr.pm.f29/firstboot/99_cleanup.sh b/sources/xfr.pm.f30/firstboot/99_cleanup.sh similarity index 100% rename from sources/xfr.pm.f29/firstboot/99_cleanup.sh rename to sources/xfr.pm.f30/firstboot/99_cleanup.sh diff --git a/sources/xfr.pm.f29/postinstall/01_setownership.sh b/sources/xfr.pm.f30/postinstall/01_setownership.sh similarity index 100% rename from sources/xfr.pm.f29/postinstall/01_setownership.sh rename to sources/xfr.pm.f30/postinstall/01_setownership.sh diff --git a/sources/xfr.pm.f29/postinstall/02_setpermissions.sh b/sources/xfr.pm.f30/postinstall/02_setpermissions.sh similarity index 100% rename from sources/xfr.pm.f29/postinstall/02_setpermissions.sh rename to sources/xfr.pm.f30/postinstall/02_setpermissions.sh diff --git a/sources/xfr.pm.f29/postinstall/03_installfiles.sh b/sources/xfr.pm.f30/postinstall/03_installfiles.sh similarity index 100% rename from sources/xfr.pm.f29/postinstall/03_installfiles.sh rename to sources/xfr.pm.f30/postinstall/03_installfiles.sh diff --git a/sources/xfr.pm.f29/postinstall/10_setupservices.sh b/sources/xfr.pm.f30/postinstall/10_setupservices.sh similarity index 100% rename from sources/xfr.pm.f29/postinstall/10_setupservices.sh rename to sources/xfr.pm.f30/postinstall/10_setupservices.sh diff --git a/sources/xfr.pm.f29/postinstall/99_cleanup.sh b/sources/xfr.pm.f30/postinstall/99_cleanup.sh similarity index 100% rename from sources/xfr.pm.f29/postinstall/99_cleanup.sh rename to sources/xfr.pm.f30/postinstall/99_cleanup.sh diff --git a/sources/xfr.pm.f29/postinstall/install/etc/hosts b/sources/xfr.pm.f30/postinstall/install/etc/hosts similarity index 100% rename from sources/xfr.pm.f29/postinstall/install/etc/hosts rename to sources/xfr.pm.f30/postinstall/install/etc/hosts diff --git a/sources/xfr.pm.f29/postinstall/install/etc/httpd/conf.d/xfr.80.conf b/sources/xfr.pm.f30/postinstall/install/etc/httpd/conf.d/xfr.80.conf similarity index 100% rename from sources/xfr.pm.f29/postinstall/install/etc/httpd/conf.d/xfr.80.conf rename to sources/xfr.pm.f30/postinstall/install/etc/httpd/conf.d/xfr.80.conf