From e9c1df520d41e9af287e1eac4329ae0b059d4528 Mon Sep 17 00:00:00 2001 From: Greenweb Bangladesh <51988436+bdgreenweb@users.noreply.github.com> Date: Wed, 22 Dec 2021 05:00:12 +0600 Subject: [PATCH] Update IncScheduler.py --- plogical/IncScheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plogical/IncScheduler.py b/plogical/IncScheduler.py index 174a88ad4..8076103cc 100644 --- a/plogical/IncScheduler.py +++ b/plogical/IncScheduler.py @@ -780,7 +780,7 @@ Automatic backup failed for %s on %s. ProcessUtilities.executioner(command) else: - command = 'chattr -R -i /home/%s/public_html/' % (website.domain) + command = 'chattr -R -i /home/%s/' % (website.domain) ProcessUtilities.executioner(command) ## Calculate bw usage