Snapshots

This commit is contained in:
Robin Davies
2024-10-03 07:27:13 -04:00
parent 0b7078b592
commit 7821872016
69 changed files with 6070 additions and 1169 deletions
+4
View File
@@ -691,6 +691,10 @@ void SetVarPermissions(
{
if (fs::exists(path))
{
if (fs::is_symlink(path))
{
return;
}
std::ignore = chown(path.c_str(), uid, gid);
if (fs::is_directory(path))
{