Usman Nasir
2022-08-07 08:19:11 +05:00
parent a65782b7cb
commit 148f9f055a
4 changed files with 40 additions and 20 deletions

View File

@@ -907,7 +907,6 @@ Automatic backup failed for %s on %s.
command = 'chattr -R -i /home/%s/incbackup/' % (website.domain)
ProcessUtilities.executioner(command)
else:
command = 'chattr -R -i /home/%s/' % (website.domain)
ProcessUtilities.executioner(command)