#!/bin/sh

if [ -f /etc/accel-pptp.conf ]; then
	mv /etc/accel-pptp.conf /tmp/__accel-pptp.conf
fi

exit 0