commit 3ba68b669834b1db0cd6ce1af15ef7170309f571
parent 4d84e708fcd14b7f4462a886d8500356118f825c
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date: Thu, 26 Jun 2014 22:22:21 +0200
main_check should succeed when only checking
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/bin/confz b/bin/confz
@@ -215,6 +215,7 @@ confz_main_check() {
done
(( $#args )) && require $args
+ (($check_only)) && return 0
fail_reason="performed $#actions_performed actions, recheck"
return $#actions_performed
}