mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-21 18:21:27 +02:00
Revert "Upcase a variable to follow pattern in this file"
This reverts commit 1be78f8f15aa15ad4c668229b705b9d64598aba0.
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…
x
Reference in New Issue
Block a user