Compare commits

...
1 Commits
Author SHA1 Message Date
oliver d3d9614825 today 2026-09-01 15:37:21 -03:00
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ for log in /4server/data/00*/logs/odoo.log; do
# Copy preserving permissions, then truncate the live log # Copy preserving permissions, then truncate the live log
PERMS=$(stat -c '%a' "$log") PERMS=$(stat -c '%a' "$log")
OWNER=$(stat -c '%U:%G' "$log") OWNER=$(stat -c '%u:%g' "$log")
cp "$log" "$ARCHIVE" cp "$log" "$ARCHIVE"
: > "$log" : > "$log"
Binary file not shown.