1
0
mirror of https://github.com/1C-Company/docker_fresh.git synced 2025-01-22 03:08:59 +02:00

fixed install smtl extension

This commit is contained in:
WizaXxX 2020-04-19 03:00:59 +03:00
parent 41bee980db
commit 7a93f0cae7

View File

@ -118,7 +118,7 @@ def install_ext_command(host_name, ib_name):
command.append('/S')
command.append('"srv\\{}"'.format(ib_name))
command.append('/LoadCfg')
command.append('"/mnt/{}"'.format(ib_name))
command.append('"/mnt/{}.cfe"'.format(ib_name))
command.append('-Extension')
command.append('"fresh"')
command.append('/UpdateDBCfg')