mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-17 04:52:05 +01:00
bug fix: dns config reset
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user