restic fix;

This commit is contained in:
Usman Nasir
2020-09-08 20:25:21 +05:00
parent 3afb47bc04
commit c8a13d30e9
2 changed files with 3 additions and 13 deletions

View File

@@ -2009,7 +2009,7 @@ milter_default_action = accept
if os.path.exists(CentOSPath):
if self.distro == centos:
command = 'yum --enablerepo=restic install restic -y'
command = 'yum install restic -y'
preFlightsChecks.call(command, self.distro, command, command, 1, 0, os.EX_OSERR)
elif self.distro == cent8: