vmware-archive / liota

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change the path of Liota generated files to /var/liota folder

KohliDev opened this issue · comments

As per OSS team we need to change path of all the liota generated files to "/var/tmp/liota" folder. The "/var/tmp" directory is made available for programs that require temporary files or directories that are preserved between system reboots:

  1. "/etc/liota/conf/devs" to "/var/tmp/liota/devs"

  2. "/etc/liota/conf/entity" to "/var/tmp/liota/entity"

  3. "/etc/liota/conf/iotcc.json" tp "/var/tmp/liota/iotcc.json"

I think we can remove "uuid.ini" as we are going to use "iotcc.json" going forward.