# helper functions sourced from other scripts

SetError(){
    touch /var/local/telem/errors/$1
}

ClearError(){
    ! rm /var/local/telem/errors/$1  2> /dev/null
}

