From 34153f0dc3ed3a7a3155050d41d1c3ae25062a65 Mon Sep 17 00:00:00 2001 From: Setyo Nugroho Date: Fri, 18 Mar 2022 13:13:12 +0700 Subject: [PATCH] fix typo --- README.md | 2 +- bin/setup_event_monitor.sh | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3ee5c70..49bfb55 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ An API server will be open on port `8182`. To install Yuyu API, you need to execute this command. ```bash -./bin/setup_event_montor.sh +./bin/setup_event_monitor.sh ``` diff --git a/bin/setup_event_monitor.sh b/bin/setup_event_monitor.sh index d652d62..a77b997 100755 --- a/bin/setup_event_monitor.sh +++ b/bin/setup_event_monitor.sh @@ -5,13 +5,13 @@ cd $SCRIPT_DIR || exit cd .. -echo "Installing Rintik API Service" +echo "Installing Yuyu Event Monitor Service" yuyu_dir=`pwd -P` -echo "Riktik dir is $yuyu_dir" +echo "Yuyu dir is $yuyu_dir" yuyu_dir_sub=${yuyu_dir//\//\\\/} sed "s/{{yuyu_dir}}/$yuyu_dir_sub/g" "$yuyu_dir"/script/yuyu_event_monitor.service > /etc/systemd/system/yuyu_event_monitor.service -echo "Yuyu API Service Installed on /etc/systemd/system/yuyu_event_monitor.service" -echo "Done! you can enable Rintik API with systemctl start yuyu_event_monitor" \ No newline at end of file +echo "Yuyu Event Monitor Service Installed on /etc/systemd/system/yuyu_event_monitor.service" +echo "Done! you can enable Yuyu Event Monitor with systemctl start yuyu_event_monitor" \ No newline at end of file