mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-31 18:58:01 +00:00
Changed default value for --source option
This commit is contained in:
@@ -291,7 +291,7 @@ python3 ./test_l4.py
|
||||
default="/dev/null")
|
||||
optional.add_argument('--source',
|
||||
help='--source specifies the source of the file, should be used when uploading',
|
||||
default="/tmp/data_slug_4K.bin")
|
||||
default="/var/www/html/data_slug_4K.bin")
|
||||
|
||||
args = parser.parse_args()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user