IS_APTGETBAK: more explicit error message
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Brice Waegeneire 2021-05-17 15:00:39 +02:00
parent b562a4a008
commit bea0bfb4e5

View file

@ -240,7 +240,7 @@ check_aptitude() {
}
check_aptgetbak() {
if is_debian_jessie || is_debian_stretch || is_debian_buster; then
test -e /usr/bin/apt-get.bak && failed "IS_APTGETBAK" "missing dpkg-divert apt-get.bak"
test -e /usr/bin/apt-get.bak && failed "IS_APTGETBAK" "prohibit the installation of apt-get.bak with dpkg-divert(1)"
fi
}
check_apticron() {