forked from extern/shorewall_code
Make 'detect_configuration' work in the 'run' command
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
e49832f4b5
commit
fd42fa9f74
@ -285,9 +285,9 @@ sub generate_script_2() {
|
|||||||
push_indent;
|
push_indent;
|
||||||
|
|
||||||
if ( $global_variables & NOT_RESTORE ) {
|
if ( $global_variables & NOT_RESTORE ) {
|
||||||
emit( 'start|restart|refresh|disable|enable)' );
|
emit( 'start|restart|refresh|disable|enable|run)' );
|
||||||
} else {
|
} else {
|
||||||
emit( 'start|restart|refresh|disable|enable|restore)' );
|
emit( 'start|restart|refresh|disable|enable|restore|run)' );
|
||||||
}
|
}
|
||||||
|
|
||||||
push_indent;
|
push_indent;
|
||||||
|
Loading…
Reference in New Issue
Block a user