mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-09 06:38:28 +02:00
neutrino: create new neccessary user directories
Origin commit data
------------------
Commit: 0387d4b159
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-18 (Tue, 18 Dec 2018)
Origin message was:
------------------
- neutrino: create new neccessary user directories
This commit is contained in:
@@ -1249,6 +1249,8 @@ _remount:
|
||||
safe_mkdir(cmd);
|
||||
snprintf(cmd, sizeof(cmd), "%s/logos", dst.c_str());
|
||||
safe_mkdir(cmd);
|
||||
snprintf(cmd, sizeof(cmd), "%s/logos/events", dst.c_str());
|
||||
safe_mkdir(cmd);
|
||||
snprintf(cmd, sizeof(cmd), "%s/plugins", dst.c_str());
|
||||
safe_mkdir(cmd);
|
||||
// sync();
|
||||
|
@@ -2825,6 +2825,7 @@ TIMER_START();
|
||||
CFileHelpers::createDir(FONTDIR_VAR);
|
||||
CFileHelpers::createDir(ICONSDIR_VAR);
|
||||
CFileHelpers::createDir(LOGODIR_VAR);
|
||||
CFileHelpers::createDir(LOGODIR_VAR "/events");
|
||||
CFileHelpers::createDir(LOCALEDIR_VAR);
|
||||
CFileHelpers::createDir(THEMESDIR_VAR);
|
||||
CFileHelpers::createDir(PLUGINDIR_VAR);
|
||||
|
Reference in New Issue
Block a user