From ef211cab3fb42356bd3d81d29dfc300915a5334d Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 26 Nov 2021 22:08:07 +0000 Subject: [PATCH] at-cache: shellcheck --- src/steps-config/10-apt-cache.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/steps-config/10-apt-cache.sh b/src/steps-config/10-apt-cache.sh index a2cc754..c21aec5 100755 --- a/src/steps-config/10-apt-cache.sh +++ b/src/steps-config/10-apt-cache.sh @@ -6,7 +6,7 @@ enable_apt_cache() { task_begin "Configuring ${apt_caching_server} as apt cache"; subtask_begin "Updating apt configuration"; - echo 'Acquire::http { Proxy \"${apt_caching_server}\"; }' >/etc/apt/apt.conf.d/proxy + echo "Acquire::http { Proxy \"${apt_caching_server}\"; }" >/etc/apt/apt.conf.d/proxy subtask_end "$?"; # From /etc/os-release - see run.sh