summaryrefslogtreecommitdiff
path: root/osdep
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2018-03-19 11:18:54 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2018-03-19 11:18:54 -0700
commit209f6d9d2d6f826fa37ca841ef51c5d6e065ff5e (patch)
tree181342018acb72d37ddc57412a4727d168345a89 /osdep
parentb601041b5bd82aca1e52967c37c78ed953be7751 (diff)
parent916077012ed4810492d6e45ed07222cdbb750fc0 (diff)
downloadinfinitytier-209f6d9d2d6f826fa37ca841ef51c5d6e065ff5e.tar.gz
infinitytier-209f6d9d2d6f826fa37ca841ef51c5d6e065ff5e.zip
Merge branch 'dev' into edge
Diffstat (limited to 'osdep')
-rw-r--r--osdep/OSUtils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/OSUtils.cpp b/osdep/OSUtils.cpp
index aa531243..cadd4e6b 100644
--- a/osdep/OSUtils.cpp
+++ b/osdep/OSUtils.cpp
@@ -381,7 +381,7 @@ std::vector<std::string> OSUtils::split(const char *s,const char *const sep,cons
std::string OSUtils::platformDefaultHomePath()
{
#ifdef __QNAP__
- char *cmd = "/sbin/getcfg ZeroTier Install_Path -f /etc/config/qpkg.conf";
+ char *cmd = "/sbin/getcfg zerotier Install_Path -f /etc/config/qpkg.conf";
char buf[128];
FILE *fp;
if ((fp = popen(cmd, "r")) == NULL) {