diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2018-03-19 11:18:54 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2018-03-19 11:18:54 -0700 |
commit | 209f6d9d2d6f826fa37ca841ef51c5d6e065ff5e (patch) | |
tree | 181342018acb72d37ddc57412a4727d168345a89 /osdep | |
parent | b601041b5bd82aca1e52967c37c78ed953be7751 (diff) | |
parent | 916077012ed4810492d6e45ed07222cdbb750fc0 (diff) | |
download | infinitytier-209f6d9d2d6f826fa37ca841ef51c5d6e065ff5e.tar.gz infinitytier-209f6d9d2d6f826fa37ca841ef51c5d6e065ff5e.zip |
Merge branch 'dev' into edge
Diffstat (limited to 'osdep')
-rw-r--r-- | osdep/OSUtils.cpp | 2 |
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) { |