setup-apache-postgresql.sh 151 B

1234567
  1. #!/bin/bash
  2. fw_depends ffead-cpp-apache-postgresql
  3. rm -f $FFEAD_CPP_PATH/*.cntrl
  4. rm -f $FFEAD_CPP_PATH/tmp/*.sess
  5. apachectl restart > ffead.log 2>&1