Browse Source
Merge pull request #305 from oleorhagen/debfix
Fix missing variable, and pretty up the log message
2.4.x
oleorhagen
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
modules/deb.sh
|
|
@ -108,5 +108,5 @@ function deb_extract_package() { |
|
|
|
|
|
|
|
run_and_log_cmd "sudo rsync --archive --keep-dirlinks --verbose ${extract_dir}/files/ ${dest_dir}" |
|
|
|
|
|
|
|
log_info "Successfully installed $(basename ${filename})" |
|
|
|
log_info "Successfully installed $(basename ${deb_package}) into ${dest_dir}" |
|
|
|
} |
|
|
|