TT#114353 check action: do not execute restore-permissions

Execution of `ngcpcfg check` shouldn't modify system state,
and executing the restore-permissions helper script also
takes some notable time (e.g. during ngcp-status execution
it causes ~10% of its runtime).

Change-Id: I8ad861379da3817f0bdf760ea16939c80eae2ce6
mr10.4
Michael Prokop 5 years ago
parent 07f9aef4ca
commit fa64547508

@ -153,6 +153,7 @@ case ${1:-} in
init-shared|\ init-shared|\
initialise|\ initialise|\
cat|\ cat|\
check|\
get|\ get|\
edit|\ edit|\
show) show)
@ -164,7 +165,6 @@ case ${1:-} in
;; ;;
apply|\ apply|\
build|\ build|\
check|\
clean|\ clean|\
commit|\ commit|\
diff|\ diff|\

Loading…
Cancel
Save