1 2 3 4 5 6 7
#!/bin/sh if [ -f /etc/accel-pptp.conf ]; then mv /etc/accel-pptp.conf /tmp/__accel-pptp.conf fi exit 0