Unhardcode path to rpm. Thanks ProT-0-TypE!

This commit is contained in:
Rick Elrod 2014-05-21 13:06:17 +00:00
parent c441747d54
commit 02ef0ba713

View file

@ -5,7 +5,7 @@
SERVICE=$1
PACKAGE=$2
/usr/bin/rpm -q $PACKAGE
rpm -q $PACKAGE
INSTALLED=$?