Commit aed9fa37 authored by Leo Iannacone's avatar Leo Iannacone

update doc with new modules names

parent c35547f1
...@@ -17,8 +17,8 @@ Some **debomatic-webui** instances are already running over: ...@@ -17,8 +17,8 @@ Some **debomatic-webui** instances are already running over:
You need **JSONLogger** debomatic module (provided along with this interface) to get installed in debomatic, type this in a command line: You need **JSONLogger** debomatic module (provided along with this interface) to get installed in debomatic, type this in a command line:
``` ```
sudo ln -s `pwd`/debomatic-modules/JSONLogger.py /usr/share/debomatic/modules/00_JSONLogger.py sudo ln -s `pwd`/debomatic-modules/JSONLogger.py /usr/share/debomatic/modules/JSONLoggerStart.py
sudo ln -s `pwd`/debomatic-modules/JSONLogger.py /usr/share/debomatic/modules/ZZ_JSONLogger.py sudo ln -s `pwd`/debomatic-modules/JSONLogger.py /usr/share/debomatic/modules/JSONLoggerStop.py
``` ```
Restart debomatic service. Restart debomatic service.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment