bug fix: install

This commit is contained in:
Usman Nasir
2019-12-13 17:43:00 +05:00
parent 2fdf0a9915
commit 52e7f038f1
3 changed files with 5 additions and 2 deletions

View File

@@ -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: