Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
arooshap authored Mar 18, 2024
1 parent b1d03b5 commit 34c9325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/frontend/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ crontab -l | \
crontab -l | egrep -v "reboot|ProxyRenew|LogArchive|ServerMonitor" > /tmp/mycron
echo "0 0 * * * sudo /usr/sbin/fetch-crl" >> /tmp/mycron
sed -i '/mkauthmap/d' /tmp/mycron
chmod +x copy_cron.sh && ./copy_cron.sh && cat /tmp/authmap.cron >> /tmp/mycron
./copy_cron.sh && cat /tmp/authmap.cron >> /tmp/mycron

crontab /tmp/mycron
rm /tmp/mycron

0 comments on commit 34c9325

Please sign in to comment.