Merge pull request #4443 from MichaIng/patch-1

Fix generated /etc/os-release file in OS check test
This commit is contained in:
yubiuser 2021-11-30 13:05:34 +01:00 committed by GitHub
commit 941f90d5c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1085,9 +1085,9 @@ def test_os_check_fails(host):
install_dependent_packages ${OS_CHECK_DEPS[@]}
install_dependent_packages ${INSTALLER_DEPS[@]}
cat <<EOT > /etc/os-release
ID=UnsupportedOS
VERSION_ID="2"
EOT
ID=UnsupportedOS
VERSION_ID="2"
EOT
''')
detectOS = host.run('''t
source /opt/pihole/basic-install.sh