mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
2fac477c48
patches/packages/dehydrated-0.7.1-noarch-1_slack15.0.txz: Upgraded. This is a bugfix release that addresses (among other things) an "unbound variable" error if the signing server is not available. Thanks to metaed for the heads-up.
6 lines
276 B
Bash
6 lines
276 B
Bash
#!/bin/sh
|
|
# This file is installed chmod 644 so that it does not run by default.
|
|
# If you've set up dehydrated on this system, then make this file executable
|
|
# so that renewals will be done automatically through cron:
|
|
# chmod 755 dehydrated
|
|
/usr/bin/dehydrated -c > /dev/null
|