forked from extern/shorewall_code
Revert "Upcase a variable to follow pattern in this file"
This reverts commit 1be78f8f15
.
This commit is contained in:
parent
53b05aa5fb
commit
4e1262ec7e
@ -28,8 +28,8 @@
|
|||||||
# Check to see if any of the products are running. If so, issue a warning
|
# Check to see if any of the products are running. If so, issue a warning
|
||||||
# and exits with value 1
|
# and exits with value 1
|
||||||
firewall_stopped() {
|
firewall_stopped() {
|
||||||
for PRODUCT in $PRODUCTS; do
|
for product in $PRODUCTS; do
|
||||||
if $PRODUCT status > /dev/null 2>&1; then
|
if $product status > /dev/null 2>&1; then
|
||||||
echo " WARNING: $product is running -- ignoring $1 command" >&2
|
echo " WARNING: $product is running -- ignoring $1 command" >&2
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user