From 277844b718d2974c8baced90932c67b7581d7747 Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Thu, 2 Jan 2020 17:09:59 +0500 Subject: [PATCH] bug fix: restart ls --- CLManager/CageFS.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CLManager/CageFS.py b/CLManager/CageFS.py index 4a88a37be..5969219f1 100644 --- a/CLManager/CageFS.py +++ b/CLManager/CageFS.py @@ -51,6 +51,8 @@ class CageFS: writeToFile.close() + ProcessUtilities.restartLitespeed() + @staticmethod def submitCageFSInstall(): try: