mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-14 13:47:07 +02:00
Include -t <table> in debug_restore_input() error message
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
39b7527cb6
commit
5981ce59e3
@ -532,7 +532,7 @@ debug_restore_input() {
|
|||||||
eval $g_tool -t $table $first $second $rest
|
eval $g_tool -t $table $first $second $rest
|
||||||
|
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
error_message "ERROR: Command \"$g_tool $first $second $rest\" Failed"
|
error_message "ERROR: Command \"$g_tool -t $table $first $second $rest\" Failed"
|
||||||
stop_firewall
|
stop_firewall
|
||||||
exit 2
|
exit 2
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user