Update 'kfg'

This commit is contained in:
2023-05-27 20:05:21 +02:00
parent c92e5741e4
commit 33466e102d

2
kfg
View File

@@ -153,7 +153,7 @@ function install_rc_download {
# Does the file already exist? or does the user want to overwrite it? # Does the file already exist? or does the user want to overwrite it?
if [ ! -e "$_file" ] || user_confirm_overwrite "$_file"; then if [ ! -e "$_file" ] || user_confirm_overwrite "$_file"; then
# Download the file and save it # Download the file and save it
download "$_filename" "$_file" download "$_remote_file" "$_file"
log_add "Added $_file" log_add "Added $_file"
fi fi