first commit
This commit is contained in:
parent
7facd578bf
commit
01b2719ec3
3
init.sh
3
init.sh
|
@ -11,6 +11,7 @@ elif [ $1 == "help" ]; then
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
mkdir -p /usr/local/bin
|
||||||
echo "If you need help, please enter follow as:"
|
echo "If you need help, please enter follow as:"
|
||||||
echo "./init.sh help"
|
echo "./init.sh help"
|
||||||
read -p "Organzation ID(58a311aa-f52a-40e3-af44-cdec82b9d0b7): " oid
|
read -p "Organzation ID(58a311aa-f52a-40e3-af44-cdec82b9d0b7): " oid
|
||||||
|
@ -39,4 +40,4 @@ echo "[INIT] [4] Finish install device-heartbeat"
|
||||||
echo "[INIT] [5] Start install process-checker"
|
echo "[INIT] [5] Start install process-checker"
|
||||||
cd ../process-checker
|
cd ../process-checker
|
||||||
./install.sh
|
./install.sh
|
||||||
echo "[INIT] [5] Stop install process-checker"
|
echo "[INIT] [5] Stop install process-checker"
|
||||||
|
|
Loading…
Reference in New Issue