|
@@ -41,11 +41,11 @@ if [ ${OPT_HELP} = true ]; then
|
|
|
echo "Zwavejs2mqtt ($ ($ 1 --version))"
|
|
|
echo ""
|
|
|
echo "IMPORTANT! The DAEMON/SERVICE is disabled by default after installation."
|
|
|
- echo "You have to manually 'daemonize' OpenZWave Daemon with executing the command"
|
|
|
+ echo "You have to manually 'daemonize' it with executing the command"
|
|
|
echo ""
|
|
|
echo "$ ${SNAP_NAME}.enable"
|
|
|
echo ""
|
|
|
- echo "But first set your configuration as descrived below"
|
|
|
+ echo "Set your configuration as descrived below"
|
|
|
echo ""
|
|
|
echo "Base configuration values:"
|
|
|
echo "- network.key: $(snapctl get network.key)"
|
|
@@ -58,7 +58,7 @@ if [ ${OPT_HELP} = true ]; then
|
|
|
echo "Set options with: $ snap set ${SNAP_NAME} param=key"
|
|
|
echo "For example: $ snap set ${SNAP_NAME} server.host=0.0.0.0"
|
|
|
echo ""
|
|
|
- echo "Also see 'snap info ${SNAP_NAME}'."
|
|
|
+ echo "Other settings can be set in the UI after start."
|
|
|
echo ""
|
|
|
echo "Follow the log with"
|
|
|
echo "$ snap logs ${SNAP_NAME} -f"
|