Another Debian if_pre-down fix.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2020-04-24 16:47:42 -07:00
parent d618fd5812
commit 2bf9048057
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -2110,7 +2110,7 @@ sub compile_updown() {
emit( ' progress_message3 "$g_product attempting $COMMAND"',
' detect_configuration',
' define_firewall',
' elif [ "$PHASE" != pre-down ]; then # Not Debian pre-down phase'
' else' ,
);
push_indent;