kiss: Fix incorrect variable name

This commit is contained in:
Dylan Araps 2021-07-16 12:24:06 +03:00
parent dd3292d920
commit 2bebf1f318
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -1357,7 +1357,7 @@ pkg_remove() {
run_hook pre-remove "$1" "$sys_db/$1"
# Make a backup of any etcsums if they exist.
tmp_file_copy "$pkg_name" etcsums-copy "$sys_db/$pkg_name/etcsums"
tmp_file_copy "$1" etcsums-copy "$sys_db/$1/etcsums"
log "$1" "Removing package"
pkg_remove_files "$_tmp_file" < "$sys_db/$1/manifest"