diff --git a/gui/action.cpp b/gui/action.cpp index fe209102..803d3135 100644 --- a/gui/action.cpp +++ b/gui/action.cpp @@ -928,7 +928,7 @@ int GUIAction::screenshot(std::string arg __unused) strcpy(path, "/tmp/"); } - if(!TWFunc::Create_Dir_Recursive(path, 0666, uid, gid)) + if(!TWFunc::Create_Dir_Recursive(path, 0775, uid, gid)) return 0; tm = time(NULL);