bug fix: dns config reset

This commit is contained in:
usmannasir
2024-01-19 12:16:52 +05:00
parent e6fe9eff1e
commit 2e86989762

View File

@@ -266,7 +266,7 @@ type=rpm-md
ServerStatusUtil.executioner(command, statusFile)
else:
command = 'apt-get install redis-server -y'
command = 'DEBIAN_FRONTEND=noninteractive apt-get install redis-server -y'
ServerStatusUtil.executioner(command, statusFile)