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"
|
printf "[Certificate OK]\n"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
else
|
||||||
|
printf "[HTTP mode enabled]\n"
|
||||||
fi
|
fi
|
||||||
exec node livereload.js
|
exec node livereload.js
|
||||||
exit "$?"
|
exit "$?"
|
||||||
|
Loading…
Reference in New Issue
Block a user