bug fix: dns config reset

This commit is contained in:
usmannasir
2024-01-19 12:16:52 +05:00
parent 4e1374c615
commit b29fe8e766

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)