fix piwik manage command path (#21474)

This commit is contained in:
Josue Kouka 2018-01-29 15:51:11 +01:00
parent cc724cfc87
commit 0962606c02
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ FARGO_MANAGE_COMMAND = '/usr/bin/fargo-manage'
WELCO_MANAGE_COMMAND = '/usr/bin/welco-manage'
MANDAYEJS_MANAGE_COMMAND = '/usr/bin/mandayejs-manage'
CHRONO_MANAGE_COMMAND = '/usr/bin/chrono-manage'
PIWIK_MANAGE_COMMAND = '/usr/bin/piwik-manage.py'
PIWIK_MANAGE_COMMAND = '/usr/bin/piwik-manage'
CORBO_MANAGE_COMMAND = '/usr/bin/corbo-manage'
HOBO_MANAGE_COMMAND = '/usr/bin/hobo-manage'
BIJOE_MANAGE_COMMAND = '/usr/bin/bijoe-manage'