From cf2f9267205e4c83dd484f5cc3c2b8571919ed2f Mon Sep 17 00:00:00 2001 From: Saverio Miroddi Date: Fri, 30 Apr 2021 19:44:29 +0200 Subject: [PATCH] Add comment to invoke() about potential mistake --- install-zfs.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install-zfs.sh b/install-zfs.sh index 185bac1..b821d9d 100755 --- a/install-zfs.sh +++ b/install-zfs.sh @@ -150,6 +150,9 @@ c_udevadm_settle_timeout=10 # seconds # A target function must exist, otherwise a error is raised, unless `--optional` is specified. # `--optional` is useful when a step is specific to a single distribution, e.g. Debian's root password. # +# WATCH OUT! Don't forget *not* to call this from an ovverridden function, otherwise, it will call itself +# endlessly! +# # Examples: # # $ function install_jail_zfs_packages { :; }