diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-25 21:55:28 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-25 21:55:28 +0300 |
commit | 0f148a6a8ff454780722d611e642c0e15f98bc94 (patch) | |
tree | 32ac9295e2232ac0dba5b8b24e81ae23c2c77f4b | |
parent | links-chmod: tweak the help message (diff) | |
download | config-links-0f148a6a8ff454780722d611e642c0e15f98bc94.tar.gz config-links-0f148a6a8ff454780722d611e642c0e15f98bc94.zip |
db.sh: add more logging
-rw-r--r-- | src/db.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -272,6 +272,7 @@ chmod_entries() { local mode="$1" shift + echo "Applying mode $mode to shared files..." if [ "${#shared_paths[@]}" -ne 0 ]; then is_dry_run || chmod -- "$mode" ${shared_paths[@]+"${shared_paths[@]}"} fi |