Make 'detect_configuration' work in the 'run' command

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2014-08-01 07:34:40 -07:00
parent e49832f4b5
commit fd42fa9f74

View File

@ -285,9 +285,9 @@ sub generate_script_2() {
push_indent;
if ( $global_variables & NOT_RESTORE ) {
emit( 'start|restart|refresh|disable|enable)' );
emit( 'start|restart|refresh|disable|enable|run)' );
} else {
emit( 'start|restart|refresh|disable|enable|restore)' );
emit( 'start|restart|refresh|disable|enable|restore|run)' );
}
push_indent;