summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPradeepKiruvale <pradeepkumar.kj@softwareag.com>2022-08-18 16:29:36 +0530
committerGitHub <noreply@github.com>2022-08-18 16:29:36 +0530
commit93b9bd24fe2b8b52f98ed3391dc4ec7e9aeb61fa (patch)
treebb53de929367350a56e436c2855868cdee0469c2
parent46d625f7ca0470b29460c3eda1f62a6ac4713861 (diff)
fix the typos in the uninstall script and doc (#1346)
fix the typos in the uninstall script and doc Signed-off-by: Pradeep Kumar K J <pradeepkumar.kj@softwareag.com>
-rw-r--r--docs/src/howto-guides/002_installation.md9
-rwxr-xr-xuninstall-thin-edge_io.sh2
2 files changed, 6 insertions, 5 deletions
diff --git a/docs/src/howto-guides/002_installation.md b/docs/src/howto-guides/002_installation.md
index 0b60d5f2..a64e849c 100644
--- a/docs/src/howto-guides/002_installation.md
+++ b/docs/src/howto-guides/002_installation.md
@@ -137,12 +137,13 @@ from below mentioned location.
```shell
wget https://raw.githubusercontent.com/thin-edge/thin-edge.io/main/uninstall-thin-edge_io.sh
+chmod a+x uninstall-thin-edge_io.sh
```
The uninstall script provides options as shown below.
```shell
-USAGE:
- uninstall-thin-edge_io [COMMAND]
+USAGE:
+ ./uninstall-thin-edge.io.sh [COMMAND]
COMMANDS:
remove Uninstall thin-edge.io with keeping configuration files
@@ -157,7 +158,7 @@ COMMANDS:
Use uninstall script as shown below just to `remove` the `thin-edge.io` packages.
```shell
-uninstall-thin-edge.io.sh remove
+./uninstall-thin-edge.io.sh remove
```
> Note: Removes just the thin-edge.io packages and does not remove the `configuration` files.
@@ -166,7 +167,7 @@ Use uninstall script as shown below to remove the thin-edge.io as well as to rem
associated with these thin-edge.io packages.
```shell
-uninstall-thin-edge.io.sh purge
+./uninstall-thin-edge.io.sh purge
```
## Next steps
diff --git a/uninstall-thin-edge_io.sh b/uninstall-thin-edge_io.sh
index c1e955d8..99f19a4a 100755
--- a/uninstall-thin-edge_io.sh
+++ b/uninstall-thin-edge_io.sh
@@ -13,7 +13,7 @@ clouds=("c8y" "az")
usage() {
cat <<EOF
USAGE:
- delete-thin-edge_io [COMMAND]
+ uninstall-thin-edge_io.sh [COMMAND]
COMMANDS:
remove Uninstall thin-edge.io with keeping configuration files