#!/bin/sh set -e if [ -L /etc/apache2/conf.d/javascript-common.conf ] then rm -f /etc/apache2/conf.d/javascript-common.conf restart="apache2" fi if [ -e /usr/share/wwwconfig-common/restart.sh ] then servers="apache2" . /usr/share/wwwconfig-common/restart.sh fi exit 0