Preserve the '/var/db/zerotier-one' directory on reboot

fixes: #363
This commit is contained in:
David Harrigan
2018-01-30 12:22:25 +01:00
committed by Franco Fichtner
parent 15191c139d
commit 9f4e88a0c1
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PLUGIN_NAME= zerotier
PLUGIN_VERSION= 1.3.0
PLUGIN_VERSION= 1.3.1
PLUGIN_COMMENT= Virtual Networks That Just Work
PLUGIN_DEPENDS= zerotier
PLUGIN_MAINTAINER= dharrigan@gmail.com
@@ -6,3 +6,4 @@ zerotier_enable="YES"
{% else %}
zerotier_enable="NO"
{% endif %}
zerotier_var_mfs="/var/db/zerotier-one"