name        "Update BIRCH"
icon    "$BIRCH/public_html/images/birch_black_ico.png"
tip    "Update an existing BIRCH system"

panel
    var "Run"
        type        button
        label       "Run"
        shell       "cd $BIRCH/install-scripts; python3 ./Update_birch.py"
        close       true
    var "Help"
        type        button
        label       "Help"
        shell       "chooseviewer.py https://home.cc.umanitoba.ca/~psgendb/birchhomedir/repo/getbirch_site/update.html"
        close       false
