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