Skip to content

Commit

Permalink
bug fix: dns config reset
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Jan 19, 2024
1 parent e6fe9ef commit 2e86989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manageServices/serviceManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit 2e86989

Please sign in to comment.