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:
parent
41bee980db
commit
7a93f0cae7
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user