From d2fff6fb71bb45ce93dfdd3e18acb8f16ffc5b88 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sat, 28 Oct 2017 23:36:08 +0200 Subject: [PATCH] neutrino: create users PUBLIC_HTTPDDIR automatically Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/121fdb1963818876c7b80fb1690d6ea1666ae37d Author: vanhofen Date: 2017-10-28 (Sat, 28 Oct 2017) Origin message was: ------------------ - neutrino: create users PUBLIC_HTTPDDIR automatically ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/neutrino.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index 0710c6bc3..0dc2c9cad 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -2601,6 +2601,7 @@ TIMER_START(); CFileHelpers::createDir(THEMESDIR_VAR); CFileHelpers::createDir(PLUGINDIR_VAR); CFileHelpers::createDir(WEBTVDIR_VAR); + CFileHelpers::createDir(PUBLIC_HTTPDDIR); TIMER_STOP("################################## after all ##################################"); if (g_settings.softupdate_autocheck) {