Jan-Piet Mens 9 년 전
부모
커밋
002d1ad31a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      init_server.sh

+ 2 - 2
init_server.sh

@@ -8,7 +8,7 @@ if [ "$2" != "" ]; then
     MQTT_HOST=$1
     CARBON_SERVER=$2
 else
-    echo "Usage: $0 mqtt.hostname carbon.hostname '[Debug monde (True/False)]"
+    echo "Usage: $0 mqtt.hostname carbon.hostname '[Debug mode (True/False)]"
     exit
 fi
 
@@ -53,5 +53,5 @@ if [  ! -f $MQTT_HOST.conf ]; then
     cp map $MQTT_HOST.conf
 fi
 
-echo "execute or add this cmd 'supervisord -c /etc/supervisord.conf' in your /etc/rc.local"
+echo "execute or add this cmd 'supervisord -c /etc/supervisord.conf' to your /etc/rc.local"