diff options
Diffstat (limited to 'dehydrated')
-rwxr-xr-x | dehydrated/bin/dehydrated-cron | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dehydrated/bin/dehydrated-cron b/dehydrated/bin/dehydrated-cron index 8264761..8e7904c 100755 --- a/dehydrated/bin/dehydrated-cron +++ b/dehydrated/bin/dehydrated-cron @@ -22,5 +22,8 @@ set -e mkdir -p /var/log/dehydrated + +dehydrated -c >> /var/log/dehydrated/dehydrated.log dehydrated -gcd >> /var/log/dehydrated/dehydrated.log + chown -R root:adm /var/log/dehydrated |