mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-12-25 14:57:26 +00:00
refactored scripts to use --no_cleanup
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
committed by
shivam
parent
4e232d5043
commit
19117b2ece
@@ -109,7 +109,7 @@ Command example:
|
||||
./create_bond.py
|
||||
--bond_name bond0
|
||||
--network_dev_list eth0,eth1
|
||||
--noclean
|
||||
--no_cleanup
|
||||
--debug
|
||||
''')
|
||||
|
||||
@@ -134,7 +134,7 @@ Command example:
|
||||
)
|
||||
create_bond.build()
|
||||
|
||||
if not args.noclean:
|
||||
if not args.no_cleanup:
|
||||
sleep(5)
|
||||
|
||||
create_bond.cleanup()
|
||||
|
||||
Reference in New Issue
Block a user