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?
|
# 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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user