inoki-giskard commited on
Commit
bca3025
·
1 Parent(s): b8fdd0e

Force to fix db

Browse files
Files changed (1) hide show
  1. hf.sh +1 -1
hf.sh CHANGED
@@ -26,7 +26,7 @@ then
26
  fi
27
 
28
  # Remove me: temporarily try to fix postgresql
29
- pg_resetwal $PGDATA
30
 
31
  echo "Starting supervisord..."
32
 
 
26
  fi
27
 
28
  # Remove me: temporarily try to fix postgresql
29
+ pg_resetwal -f $PGDATA
30
 
31
  echo "Starting supervisord..."
32