Skip to content

Commit

Permalink
Merge pull request #18 from thin-edge/chore-rename-telit
Browse files Browse the repository at this point in the history
docs: rename PSsystec product
  • Loading branch information
reubenmiller authored Dec 4, 2024
2 parents ab21e1b + 9410b76 commit 6ff99fe
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ EOT

If your device is listed below, then you can follow the device specific instructions on how to configure thin-edge.io to start automatically at boot-up.

* [Telit](./docs/TELIT.md)
* [PSsystec](./docs/PSsystec.md)
* [Advantech](./docs/ADVANTECH.md)


Expand Down
10 changes: 10 additions & 0 deletions docs/PSsystec.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# PSsystec

## Run thin-edge.io at startup

Using the PSsystec startup hooks, run the following code to configure the `oem_poststart.sh` script. If the `/data/oem_poststart.sh` file already exists, then you will have to manually edit it to add the code from the [example script](https://raw.githubusercontent.com/thin-edge/tedge-standalone/main/docs/oem_poststart.sh).

```sh
[ ! -f /data/oem_poststart.sh ] && wget -O /data/oem_poststart.sh https://raw.githubusercontent.com/thin-edge/tedge-standalone/main/docs/oem_poststart.sh
chmod +x /data/oem_poststart.sh
```
10 changes: 0 additions & 10 deletions docs/TELIT.md

This file was deleted.

2 changes: 1 addition & 1 deletion src/tedge/bin/tedge-identity
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
set -eu
#
# Example: DEFAULT_MODEL=telit ./tedge-identity
# Example: DEFAULT_MODEL=PSsystec ./tedge-identity
#

IDENTITY_PREFIX=${IDENTITY_PREFIX:-}
Expand Down

0 comments on commit 6ff99fe

Please sign in to comment.