Update new_module with renamed template dir

This commit is contained in:
Midgard 2020-08-25 21:53:33 +02:00
parent 4fd6cc6d8f
commit 084dc34ace
Signed by: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -8,8 +8,8 @@ IFS=$'\n\t'
cd "$(dirname "$0")"
# Make sure the template dir exists so we don't let people enter details unnecessarily
if [ ! -d ./module_template ]; then
echo "module_template doesn't exist" >&2
if [ ! -d ./template_module ]; then
echo "template_module doesn't exist" >&2
exit 1
fi