struct(entrypoint): add notation for HTTP-only mode

This commit is contained in:
Asif Bacchus 2021-07-23 18:20:47 -06:00
parent 3001dbca73
commit f77961145e
1 changed files with 2 additions and 0 deletions

View File

@ -120,6 +120,8 @@ if [ "$doServer" -eq 1 ]; then
printf "[Certificate OK]\n"
;;
esac
else
printf "[HTTP mode enabled]\n"
fi
exec node livereload.js
exit "$?"