-fixes to upgrade script

This commit is contained in:
Martin Konecny 2011-11-28 04:57:28 -05:00
parent 0668ee743c
commit 3047ca8238
3 changed files with 3 additions and 5 deletions

View file

@ -30,7 +30,7 @@ if [ "$DO_UPGRADE" -eq "0" ]; then
fi
set -e
if [ "$WEB_ONLY" -eq "1" ]; then
if [ "$WEB_ONLY" -eq "0" ]; then
python $AIRTIMEROOT/python_apps/pypo/install/pypo-initialize.py
python $AIRTIMEROOT/python_apps/media-monitor/install/media-monitor-initialize.py
python $AIRTIMEROOT/python_apps/show-recorder/install/recorder-initialize.py