Skip to content
Snippets Groups Projects
Verified Commit a8f65e4f authored by David Beniamine's avatar David Beniamine
Browse files

Fix PassThrough

parent 337bd902
Branches
Tags
No related merge requests found
......@@ -17,10 +17,7 @@ then
fi
# Add PassThrough for HTTPS backends
if [ -z "`grep PassThroughPattern /etc/apt-cacher-ng/acng.conf`" ]
then
echo 'PassThroughPattern: .*' >> /etc/apt-cacher-ng/acng.conf
fi
sed -i -e 's/^# \(PassThroughPattern: \.\*\)/\1/' /etc/apt-cacher-ng/acng.conf
# Start service
systemctl start apt-cacher-ng.service
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment