struct(entrypoint): add notation for HTTP-only mode
This commit is contained in:
parent
3001dbca73
commit
f77961145e
@ -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 "$?"
|
||||
|
Loading…
Reference in New Issue
Block a user