update process fix

This commit is contained in:
Calin Crisan 2015-12-06 22:58:45 +02:00
parent 891c876574
commit aefff9ffd9

View File

@ -179,7 +179,7 @@ def perform_update(version):
logging.info('updating to version %(version)s...' % {'version': version})
logging.info('killing motioneye init script...')
os.system('kill $(pidof S95motioneye)')
os.system('kill $(pidof S85motioneye)')
logging.info('stopping netwatch init script...')
os.system('/etc/init.d/S41netwatch stop')