mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
Create the directory /etc/cron.weekly if it does not exist when make-ca is
installed git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20979 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
8373b5b4b1
commit
cd1315a424
@ -183,7 +183,8 @@ openssl x509 -in class3.crt -text -fingerprint -setalias "CAcert Class 3 root" \
|
||||
<phrase revision="systemd">enable the systemd timer:</phrase>
|
||||
</para>
|
||||
|
||||
<screen role="root" revision="sysv"><userinput>cat > /etc/cron.weekly/update-pki.sh << "EOF" &&
|
||||
<screen role="root" revision="sysv"><userinput>install -vdm755 /etc/cron.weekly &&
|
||||
cat > /etc/cron.weekly/update-pki.sh << "EOF" &&
|
||||
<literal>#!/bin/bash
|
||||
/usr/sbin/make-ca -g</literal>
|
||||
EOF
|
||||
|
Loading…
Reference in New Issue
Block a user