diff --git a/manageServices/serviceManager.py b/manageServices/serviceManager.py index 010875291..106ab88b6 100755 --- a/manageServices/serviceManager.py +++ b/manageServices/serviceManager.py @@ -266,7 +266,7 @@ def InstallRedis(): 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)