Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2023-08-25 21:02:39 +09:00
parent 6f0cfc0596
commit 1b5f8fe806
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ def boostrap_shared():
Copy specific folders in the boostrap location
"""
term_size = os.get_terminal_size()
print('=' * term_size.columns)
print('=' * term_size.columns)
print("Copy Shared BootStrap")
src_paths = ('/issue',)
des_paths = ('/etc',)