mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-10 03:36:58 +02:00
Another fix for the Shorewall6 uninstaller
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
44142ed457
commit
a8026999a5
@ -137,7 +137,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f ${SHAREDIR}/shorewall6/version ]; then
|
if [ -f ${SHAREDIR}/shorewall6/version ]; then
|
||||||
INSTALLED_VERSION="$(cat /usr/share/shorewall6/version)"
|
INSTALLED_VERSION="$(cat ${SHAREDIR}/shorewall6/version)"
|
||||||
if [ "$INSTALLED_VERSION" != "$VERSION" ]; then
|
if [ "$INSTALLED_VERSION" != "$VERSION" ]; then
|
||||||
echo "WARNING: Shorewall6 Version $INSTALLED_VERSION is installed"
|
echo "WARNING: Shorewall6 Version $INSTALLED_VERSION is installed"
|
||||||
echo " and this is the $VERSION uninstaller."
|
echo " and this is the $VERSION uninstaller."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user