mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-07 03:36:05 +02:00
restic fix;
This commit is contained in:
@@ -2036,7 +2036,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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user