소스 검색

Version bump

Joachim M. Giæver 3 년 전
부모
커밋
e9b9e2121c
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      snap/snapcraft.yaml
  2. 3 3
      src/helper/env-wrapper

+ 1 - 1
snap/snapcraft.yaml

@@ -1,6 +1,6 @@
 name: zwavejs2mqtt
 base: core20
-version: 'v1.1.1'
+version: 'v1.2.2'
 summary: Fully configurable Zwave to MQTT Gateway and Control Panel. 
 description: |
   - Configurable Zwave to Mqtt Gateway

+ 3 - 3
src/helper/env-wrapper

@@ -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"