new backup browser

This commit is contained in:
2025-10-18 15:00:50 -05:00
parent 256b532938
commit 76d3410702
4 changed files with 76 additions and 3 deletions

View File

@@ -44,8 +44,8 @@ in {
user=$(basename "$user_dir")
echo "starting $user_dir"
chown -Rc $user:$user $user_dir
find $user_dir -type d -exec chmod 2770 "$@"' {} +
find $user_dir -type f -exec chmod 660 "$@"' {} +
find $user_dir -type d -exec chmod 2770 "$@" {} +
find $user_dir -type f -exec chmod 660 "$@" {} +
fi
done
echo "fin"