zEitEr
Super Moderator
Hello,
When trying to modify user.conf of an active user all changes get overwritten by Directadmin, and in error log we can see:
Let's say I've logged in as user bob and through a plugin modify bob's user.conf. And it does not matter that I use API, or write directly into the file, all changes get reverted by directadmin.
Is there anything that I miss? How can I bypass it and keep custom changes without using cron?
When trying to modify user.conf of an active user all changes get overwritten by Directadmin, and in error log we can see:
Code:
2014:07:07-20:48:43: ConfigFile::writeFile(./data/users/bob/user.conf) : Timestamp from when it was read is different, overwriting anyway
Let's say I've logged in as user bob and through a plugin modify bob's user.conf. And it does not matter that I use API, or write directly into the file, all changes get reverted by directadmin.
Is there anything that I miss? How can I bypass it and keep custom changes without using cron?