mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-26 00:10:19 +00:00
scstadmin: -cont_on_err bug fix
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5112 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -765,7 +765,7 @@ sub main {
|
||||
defined($applyConfig) && do {
|
||||
$CONFIGFILE = $applyConfig;
|
||||
$rc = checkConfiguration();
|
||||
immediateExit("Configuration has errors, aborting.") if ($rc);
|
||||
condExit("Configuration has errors, aborting.") if ($rc);
|
||||
last if ($force && prompt());
|
||||
my $changes = applyConfiguration($force);
|
||||
$rc = issueLip() if ($changes && !$noLip);
|
||||
|
||||
Reference in New Issue
Block a user