This commit is contained in:
Zsolt Ero
2023-12-18 20:06:52 +01:00
parent 3079f3453c
commit 49f3a513cd
4 changed files with 27 additions and 19 deletions

View File

@@ -65,6 +65,13 @@ def debug_tmp(c):
permissions='755',
owner='ofm',
)
put(
c,
scripts / 'shrink_btrfs' / 'shrink_btrfs.py',
TILE_GEN_BIN,
permissions='755',
owner='ofm',
)
return
c.sudo('rm -rf /data/ofm/logs')