remove unused function parameter
This commit is contained in:
parent
ee40a3b439
commit
0ec24ecaf2
1 changed files with 0 additions and 2 deletions
|
|
@ -73,7 +73,6 @@ create_archive() {
|
|||
local input_file="$1"
|
||||
local password="$2"
|
||||
local volumes="$3"
|
||||
local size="$4"
|
||||
local archive_name="$5"
|
||||
|
||||
7z a -mhe=on "-p${password}" "$volumes" "$archive_name" "${input_file}"
|
||||
|
|
@ -102,7 +101,6 @@ main() {
|
|||
"$input_file" \
|
||||
"$password" \
|
||||
"$volumes" \
|
||||
"$size" \
|
||||
"$archive_name"
|
||||
|
||||
log "NOTICE" "Archive created"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue