#!/bin/bash

if test ! -e templates/oopsalertsnohtml.tmpl; then
  echo "   -- ${1##*/}: Creating missing templates/oopsalertsnohtml.tmpl"
  cp "$1/oopsalertsnohtml.tmpl" templates/oopsalertsnohtml.tmpl
  chmod a+rw templates/oopsalertsnohtml.tmpl
fi
