source
This commit is contained in:
parent
791e7600b7
commit
962a16a3e8
3 changed files with 14 additions and 0 deletions
|
|
@ -46,6 +46,8 @@ os.symlink(basename(target), t)
|
|||
for root, folders, files in os.walk(join(base, 'scripts')):
|
||||
for f in files:
|
||||
src = join(root, f)
|
||||
if '__pycache__' in src or src.endswith('.pyc'):
|
||||
continue
|
||||
target = src.replace(base, '/srv/pandora')
|
||||
rel_src = os.path.relpath(src, dirname(target))
|
||||
if os.path.exists(target):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue