#!/bin/bash

echo "Only makes the configuration."
echo "<root/>" > /tmp/apache.xml
cd ~/ernad/style/$IMPNA

if ! [ -f "/etc/wpa_supplicant.conf" ]; then
  is_testing="--param is_testing true"
fi

xsltproc $is_testing apache_product.xslt.xml /tmp/apache.xml > ~/ernad/opt/apache/${IMPNA}_product
rm /tmp/apache.xml
