forked from extern/shorewall_code
Include -t <table> in debug_restore_input() error message
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
eb70234c52
commit
4bd8d9791c
@ -545,7 +545,7 @@ debug_restore_input() {
|
||||
eval $g_tool -t $table $first $second $rest
|
||||
|
||||
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
|
||||
exit 2
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user