aboutsummaryrefslogtreecommitdiff
path: root/share/templater/apache/setup
diff options
context:
space:
mode:
Diffstat (limited to 'share/templater/apache/setup')
-rwxr-xr-xshare/templater/apache/setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/templater/apache/setup b/share/templater/apache/setup
index ca14efa..0ac127b 100755
--- a/share/templater/apache/setup
+++ b/share/templater/apache/setup
@@ -12,10 +12,10 @@ source $SHARE/templater/functions || exit 1
# Apache License
function templater_apache {
if [ ! -e "LICENSE" ]; then
- __templater_echo "Setting up Apache License..."
+ templater_echo "Setting up Apache License..."
cp $SHARE/apache/files/LICENSE .
else
- __templater_echo "LICENSE already set"
+ templater_echo "LICENSE already set"
fi
}