#!/bin/sh -e PUMA_CONFIG=/etc/puma.config if [ -e $PUMA_CONFIG ] then rm -f $PUMA_CONFIG fi exit 0