File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ save_bcmcmd() {
82
82
fi
83
83
fi
84
84
fi
85
- if $do_gzip
85
+ if $do_gzip ; then
86
86
gzip ${filepath} 2> /dev/null
87
87
tarpath=" ${tarpath} .gz"
88
88
filepath=" ${filepath} .gz"
@@ -302,7 +302,7 @@ save_bridge() {
302
302
}
303
303
304
304
# ##############################################################################
305
- # Dump the bridge L2 information
305
+ # Dump the bridge L2 information
306
306
# Globals:
307
307
# None
308
308
# Arguments:
@@ -509,8 +509,8 @@ save_proc() {
509
509
# ##############################################################################
510
510
# Dumps all fields and values from given Redis DB.
511
511
# Arguments:
512
- # DB name: DB name
513
- # Filename: Destination filename, if not given then filename would be DB name
512
+ # DB name: DB name
513
+ # Filename: Destination filename, if not given then filename would be DB name
514
514
# Returns:
515
515
# None
516
516
# ##############################################################################
You can’t perform that action at this time.
0 commit comments