Skip to content

Commit

Permalink
use verbose parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
keks24 committed Sep 15, 2020
1 parent 0c76fae commit d55a386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/local/bin/mclass_utilities.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function cp_n_chown_n_chmod {
chown --verbose "${__file_owners}" "${__new_full_path}"

# chmod
chmod "${__file_mask}" "${__new_full_path}"
chmod --verbose "${__file_mask}" "${__new_full_path}"

}

Expand Down

0 comments on commit d55a386

Please sign in to comment.