diff --git a/debian/changelog b/debian/changelog index 6dee42ca..2f7d00b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ alternc (1.0~rc2) stable; urgency=low * Big changes in database schema (domaines, sub_domaines, *_standby) * Major changes * Drop mass virtual hosting, now use full vhost + * Panel URL do not need anymore /admin/ (but you can still use it) * New features * Domains type are dynamic, the administrator can create domaine type with his own apache template * Advanced DNS options (ipv6, cname, txt, mx) diff --git a/src/alternc_reload b/src/alternc_reload index 23b3a2fc..d467106b 100755 --- a/src/alternc_reload +++ b/src/alternc_reload @@ -46,7 +46,7 @@ else sudo="sudo" fi -function apache_reload() { +apache_reload() { if [ -x /usr/sbin/apache2ctl ]; then $sudo /usr/sbin/apache2ctl graceful > /dev/null || echo "Cannot restart apache" >> "$DOMAIN_LOG_FILE" fi