Updated
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
6f0cfc0596
commit
1b5f8fe806
|
@ -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',)
|
||||
|
|
Loading…
Reference in New Issue