dropped unnecessary parameter from remove apache
[feisty_meow.git] / scripts / system / common_sysadmin.sh
index 435b474f9bf207ca97d3e6e5dde2cbdc639ea5e3..50f240fa65f6296f2a409e241ae64e78ea23229a 100644 (file)
@@ -191,7 +191,6 @@ function restart_bind()
 # removes a config file for apache given the app name and site name.
 function remove_apache_config()
 {
-  local appname="$1"; shift
   local sitename="$1"; shift
 
   local site_config="/etc/apache2/sites-available/${sitename}.conf"