mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-16 03:38:53 +01:00
Changing createcollection mkdir permissions to 0744 for linux
This commit is contained in:
parent
41326aa7f3
commit
79d38b61d8
@ -78,7 +78,7 @@ bool CollectionInfoBuilder::CreateCollectionDirectory(std::string name)
|
||||
}
|
||||
}
|
||||
#else
|
||||
if(mkdir(it->c_str(), 0644) == -1)
|
||||
if(mkdir(it->c_str(), 0744) == -1)
|
||||
{
|
||||
std::cout << "Could not create folder \"" << *it << "\":" << strerror(errno) << std::endl;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user