From aa3e7a6781c28beb252894c47bfe4af38cd93ccc Mon Sep 17 00:00:00 2001
From: Marcin Krol <hawk@tld-linux.org>
Date: Sat, 28 Oct 2017 12:47:00 +0000
Subject: [PATCH] - add warning about file being overwritten by updates

---
 hook.sh | 3 +++
 1 file changed, 3 insertions(+)

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"
-- 
2.49.0