aboutsummaryrefslogtreecommitdiff
path: root/install-win32/makeservice
diff options
context:
space:
mode:
Diffstat (limited to 'install-win32/makeservice')
-rw-r--r--install-win32/makeservice2
1 files changed, 1 insertions, 1 deletions
diff --git a/install-win32/makeservice b/install-win32/makeservice
index 081ee0a..688e0f5 100644
--- a/install-win32/makeservice
+++ b/install-win32/makeservice
@@ -26,5 +26,5 @@ if [ -d "$SVC_TEMPLATE" ] ; then
cp service-win32/${PRODUCT_UNIX_NAME}serv.exe $GENOUT/bin
strip $GENOUT/bin/${PRODUCT_UNIX_NAME}serv.exe
else
- echo OpenVPN service template directory $SVC_TEMPLATE NOT FOUND
+ echo OpenVPN service not built -- template directory $SVC_TEMPLATE NOT FOUND
fi