diff options
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/common.sh | 2 | ||||
-rwxr-xr-x | functions/defaults.sh | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/functions/common.sh b/functions/common.sh index 90f883e..ca420c0 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -10,4 +10,4 @@ set -e PROGRAM="`basename ${0}`" -VERSION="1.0~a26" +VERSION="1.0~a27" diff --git a/functions/defaults.sh b/functions/defaults.sh index e548744..81fee44 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -633,6 +633,9 @@ Set_defaults () # Setting debian-installer option LH_DEBIAN_INSTALLER="${LH_DEBIAN_INSTALLER:-disabled}" + # Setting debian-install daily images + LH_DEBIAN_INSTALLER_DAILY="${LH_DEBIAN_INSTALLER_DAILY:-disabled}" + # Setting encryption # LH_ENCRYPTION |