We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8907ac commit 7bfb429Copy full SHA for 7bfb429
scripts/post-install.sh
@@ -56,7 +56,7 @@ if [[ -f /etc/redhat-release ]]; then
56
install_init
57
install_chkconfig
58
fi
59
-elif [[ -f /etc/lsb-release ]]; then
+elif [[ -f /etc/debian_version ]]; then
60
# Debian/Ubuntu logic
61
which systemctl &>/dev/null
62
if [[ $? -eq 0 ]]; then
0 commit comments