Update 'kfg'
This commit is contained in:
2
kfg
2
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user