diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-01-06 19:53:38 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-01-06 19:53:38 +0300 |
commit | d7d8728b9df5d22ba88666fe17f62e8b79d6446a (patch) | |
tree | 941a4776d8efdee79da7ce5a9119c2439e1878dc | |
parent | README: update (diff) | |
download | config-links-d7d8728b9df5d22ba88666fe17f62e8b79d6446a.tar.gz config-links-d7d8728b9df5d22ba88666fe17f62e8b79d6446a.zip |
db.sh: consistent logging
-rw-r--r-- | src/db.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -272,7 +272,7 @@ chmod_entries() { local mode="$1" shift - echo "Applying mode $mode to shared files..." + dump "applying mode $mode to shared files..." if [ "${#shared_paths[@]}" -ne 0 ]; then is_dry_run || chmod -- "$mode" ${shared_paths[@]+"${shared_paths[@]}"} fi |