From: Marcin Krol Date: Sat, 28 Oct 2017 12:47:00 +0000 (+0000) Subject: - add warning about file being overwritten by updates X-Git-Url: https://git.tld-linux.org/?p=packages%2Fdehydrated.git;a=commitdiff_plain;h=aa3e7a6781c28beb252894c47bfe4af38cd93ccc - add warning about file being overwritten by updates --- diff --git a/hook.sh b/hook.sh index d46a064..599cb7a 100755 --- a/hook.sh +++ b/hook.sh @@ -1,5 +1,8 @@ #!/bin/bash +# This is main script for handling dehydrated hook scripts. +# Please do not edit this file! It will be overwritten by package updates! + # Directory with per certificate hook scripts called after # certificate is successfully deployed HOOKS_D="/etc/dehydrated/hooks.d"