Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2023-08-26 20:36:37 +09:00
parent dcf68a56df
commit 1ab92f68b0
1 changed files with 2 additions and 2 deletions

View File

@ -22,6 +22,7 @@ WPCHROOT = "/fusato/config/includes.chroot"
BINARYPTH = "/fusato/config/include.binary"
BOOTSTRAP = "/fusato/config/includes.bootstrap"
FUSATOCONFIG = "/fusato/config"
term_size = os.get_terminal_size()
class Processing(list):
def __enter__(self):
@ -365,8 +366,7 @@ def fusato_configs():
def boostrap_shared():
"""
Copy specific folders in the boostrap location
"""
term_size = os.get_terminal_size()
"""
print('=' * term_size.columns)
print("Copy Shared BootStrap")
print('=' * term_size.columns)