chore: update and use consistent project name

This commit is contained in:
2021-07-23 18:36:14 -06:00
parent b2a02407b9
commit 1e7531e632
4 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
#!/bin/sh
#
# entrypoint script for livereload-tls-npm container
# entrypoint script for node-livereload-tls container
#
# functions
@@ -95,7 +95,7 @@ esac
# action: run server
if [ "$doServer" -eq 1 ]; then
printf "Starting LiveReload server:\n"
printf "Starting node-livereload-tls server:\n"
# https pre-flight check
if [ "$enableHTTPS" = "true" ]; then