Skip to content

Commit c6f9088

Browse files
committed
do not restore as well
1 parent 0e96e6f commit c6f9088

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

python/lib/cloudutils/serviceConfig.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,8 @@ def config(self):
547547
or you can manually disable it before starting myCloud")
548548

549549
def restore(self):
550+
return True
551+
550552
try:
551553
self.syscfg.svo.enableService("apparmor")
552554
self.syscfg.svo.startService("apparmor")
@@ -581,6 +583,8 @@ def config(self):
581583
return True
582584

583585
def restore(self):
586+
return True
587+
584588
try:
585589
bash("setenforce 1")
586590
return True

0 commit comments

Comments
 (0)