feat: Minor changes
This commit is contained in:
@ -99,11 +99,11 @@ handler::tar() {
|
||||
[ "$__verbose" ] && {
|
||||
echo "Source path: $src_path"
|
||||
echo "Destination path: $dst_path"
|
||||
echo "Command: tar $exclude $opts $archive $src_path"
|
||||
echo "Run command: tar $exclude $opts $archive $src_path"
|
||||
}
|
||||
|
||||
log "Archiving $src_path to $archive ..."
|
||||
log "Command: tar $exclude $opts $archive $src_path"
|
||||
log "Run command: tar $exclude $opts $archive $src_path"
|
||||
|
||||
# Run tar
|
||||
try tar "$exclude" "$opts" "$archive" "$src_path"
|
||||
|
Reference in New Issue
Block a user