Switch to unified view

a/update.sh b/update.sh
...
...
15
    echo
15
    echo
16
    echo 'Command `pip install -r requirements.txt` failed.  Sometimes this is a random download error.  If so, just try again.'
16
    echo 'Command `pip install -r requirements.txt` failed.  Sometimes this is a random download error.  If so, just try again.'
17
    exit;
17
    exit;
18
fi
18
fi
19
19
20
./rebuild.bash
20
./rebuild-all.bash
21
21
22
echo 'If you have taskd or the web server running, you should restart them now.'
22
echo 'If you have taskd or the web server running, you should restart them now.'