From 01b2719ec386d38dbc1b8512f1a4845e79a99280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EC=88=98=EC=A4=80?= Date: Wed, 6 Sep 2023 16:16:57 +0900 Subject: [PATCH] first commit --- init.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.sh b/init.sh index ce2fd67..2a0ebc4 100755 --- a/init.sh +++ b/init.sh @@ -11,6 +11,7 @@ elif [ $1 == "help" ]; then exit fi +mkdir -p /usr/local/bin echo "If you need help, please enter follow as:" echo "./init.sh help" 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" cd ../process-checker ./install.sh -echo "[INIT] [5] Stop install process-checker" \ No newline at end of file +echo "[INIT] [5] Stop install process-checker"