Skip to content

Commit 56335b4

Browse files
authored
services/horizon/docker: verify-range image, skip file attribute reset as part of data file purge, not needed (#5760)
1 parent be943c3 commit 56335b4

File tree

1 file changed

+0
-1
lines changed
  • services/horizon/docker/verify-range

1 file changed

+0
-1
lines changed

services/horizon/docker/verify-range/start

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ cleanup() {
1313
# files can be significatn GB's in size and in a cloud batch environment
1414
# we don't want to keep them around after the job is done, i.e. pay for that space still.
1515
sudo -u postgres --preserve-env=PGDATA /usr/lib/postgresql/14/bin/pg_ctl stop -D "$PGDATA"
16-
sudo chattr -R -i -a "$CONTAINER_WORKING_DIR"
1716
if [ -d "$CONTAINER_WORKING_DIR" ]; then
1817
sudo rm -rf "$CONTAINER_WORKING_DIR"
1918
echo "Purged working data files from $CONTAINER_WORKING_DIR"

0 commit comments

Comments
 (0)