mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-18 03:01:01 +01:00
bug fix: install
This commit is contained in:
@@ -455,7 +455,7 @@ class InstallCyberPanel:
|
||||
|
||||
|
||||
try:
|
||||
f = open('/etc/resolv.conf', 'w')
|
||||
f = open('/etc/resolv.conf', 'a')
|
||||
f.write('nameserver 8.8.8.8')
|
||||
f.close()
|
||||
except IOError as e:
|
||||
|
||||
Reference in New Issue
Block a user