mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 13:01:52 -07:00
check installed packages except bind9
This commit is contained in:
parent
2842df892e
commit
328fb045b3
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ fi
|
||||||
# Check installed packages
|
# Check installed packages
|
||||||
tmpfile=$(mktemp -p /tmp)
|
tmpfile=$(mktemp -p /tmp)
|
||||||
dpkg --get-selections > $tmpfile
|
dpkg --get-selections > $tmpfile
|
||||||
for pkg in exim4 bind9 mysql-server apache2 nginx vesta; do
|
for pkg in exim4 mysql-server apache2 nginx vesta; do
|
||||||
if [ ! -z "$(grep $pkg $tmpfile)" ]; then
|
if [ ! -z "$(grep $pkg $tmpfile)" ]; then
|
||||||
conflicts="$pkg $conflicts"
|
conflicts="$pkg $conflicts"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue