From 59e707a5ca770fc53c14d6a7966075ecdd186897 Mon Sep 17 00:00:00 2001 From: Tanya Degurechaff <34323200+TanyaEleventhGoddess@users.noreply.github.com> Date: Sat, 4 Jul 2020 16:57:18 +0200 Subject: [PATCH] Quotation marks makes you think it's a string Signed-off-by: Tanya Degurechaff <34323200+TanyaEleventhGoddess@users.noreply.github.com> --- templates/lxc-debian.in | 2 +- templates/lxc-kali.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/lxc-debian.in b/templates/lxc-debian.in index 0cd3dfc..6193c3d 100644 --- a/templates/lxc-debian.in +++ b/templates/lxc-debian.in @@ -650,7 +650,7 @@ Environment variables: SECURITY_MIRROR The Debian package security mirror to use. See also the --security-mirror switch above. Defaults to '$SECURITY_MIRROR' DOWNLOAD_KEYRING Sets whether to download keyring when missing or ignore keyring checks - Defaults to '1' + Defaults to 1 EOF return 0 diff --git a/templates/lxc-kali.in b/templates/lxc-kali.in index 7da3d0c..a8ab0b8 100755 --- a/templates/lxc-kali.in +++ b/templates/lxc-kali.in @@ -622,7 +622,7 @@ Environment variables: MIRROR The Kali package mirror to use. See also the --mirror switch above. Defaults to '$MIRROR' DOWNLOAD_KEYRING Sets whether to download keyring when missing or ignore keyring checks - Defaults to '1' + Defaults to 1 EOF return 0 }