Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

Commit

Permalink
Reference script dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
thomotron authored Nov 26, 2019
1 parent cb1cb1f commit 6ef4945
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/setup-meshex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Configures a freshly-flashed Mesh Extender with the given IP address
# and enables persistent SSH access with the password 'root'.
#
# This script depends on another script named '.setup-meshex.script.sh'
# which is piped into the shell on the target device. This script
# merely opens a shell instance and pipes it.

# Make sure we get an IP address
if [ ! "$1" ]; then
Expand Down

0 comments on commit 6ef4945

Please sign in to comment.