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

Remove DB fix command

Browse files
Files changed (1) hide show
  1. hf.sh +0 -3
hf.sh CHANGED
@@ -25,9 +25,6 @@ then
25
  export GISKARD_DEFAULT_API_KEY=gsk-$(cat /dev/urandom | tr -dc '[:alpha:]' | fold -w ${1:-28} | head -n 1)
26
  fi
27
 
28
- # Remove me: temporarily try to fix postgresql
29
- pg_resetwal -f $PGDATA
30
-
31
  echo "Starting supervisord..."
32
 
33
  exec supervisord -c "${GSK_DIST_PATH}/supervisord.conf"
 
25
  export GISKARD_DEFAULT_API_KEY=gsk-$(cat /dev/urandom | tr -dc '[:alpha:]' | fold -w ${1:-28} | head -n 1)
26
  fi
27
 
 
 
 
28
  echo "Starting supervisord..."
29
 
30
  exec supervisord -c "${GSK_DIST_PATH}/supervisord.conf"