Check commit
This commit is contained in:
parent
a6886262fa
commit
546cb11ba4
|
@ -341,6 +341,11 @@ function configure_interactive_postactiv {
|
|||
}
|
||||
|
||||
function upgrade_postactiv {
|
||||
CURR_POSTACTIV_COMMIT=$(get_completion_param "postactiv commit")
|
||||
if [[ "$CURR_POSTACTIV_COMMIT" == "$POSTACTIV_COMMIT" ]]; then
|
||||
return
|
||||
fi
|
||||
|
||||
if grep -q "postactiv domain" $COMPLETION_FILE; then
|
||||
POSTACTIV_DOMAIN_NAME=$(get_completion_param "postactiv domain")
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue