aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/db.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/db.sh b/src/db.sh
index 0022ab9..5eb1697 100644
--- a/src/db.sh
+++ b/src/db.sh
@@ -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