mirror of
https://github.com/xxh/xxh
synced 2025-02-17 12:58:27 +00:00
plugins post_install
This commit is contained in:
parent
04592f11bd
commit
0ef20bd5ef
1 changed files with 1 additions and 1 deletions
2
xxh
2
xxh
|
@ -271,7 +271,7 @@ if opt.install:
|
|||
if os.path.exists(plugins_fullpath):
|
||||
eprint(f'Run plugins post install on {host}')
|
||||
scripts=''
|
||||
for script in sorted(glob.glob(os.path.join(plugins_fullpath, os.path.join('*','install.xsh')), recursive=True)):
|
||||
for script in sorted(glob.glob(os.path.join(plugins_fullpath, os.path.join('*','post_install.xsh')), recursive=True)):
|
||||
scripts += " && %s -i --rc %s -- %s" % (host_xonsh_bin, host_xonshrc, script.replace(local_xxh_home_path + os.sep, ''))
|
||||
eprint(f' * {script}')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue