|
|
@ -61,7 +61,7 @@ qupdate_1c = "update 1c_import set imported = 1 where serial = '%s';" |
|
|
|
|
|
|
|
def send_data(user, password, name, host): |
|
|
|
errorcode = '' |
|
|
|
work = True |
|
|
|
# work = True |
|
|
|
commands = [] |
|
|
|
# commands.append("hostname %s" % name) |
|
|
|
# commands.append("echo '%s' > /etc/hostname" % name) |
|
|
@ -71,7 +71,6 @@ def send_data(user, password, name, host): |
|
|
|
# commands.append("echo 'dhcp=true' >> /config/network.conf") |
|
|
|
# commands.append("sync") |
|
|
|
commands.append("reboot \n") |
|
|
|
print(commands) |
|
|
|
client = paramiko.SSHClient() |
|
|
|
client.set_missing_host_key_policy(paramiko.AutoAddPolicy()) # если нет хоста - добавляем |
|
|
|
try: |
|
|
|