add devbyid dependency
[automated-distro-installer] / wrt-setup-remote
index 408e0c392c609a0285217af060e21641fb3f3d74..57e2c599d8b59fb9ae03701b7579f5fffb481ec4 100755 (executable)
@@ -15,6 +15,9 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
+
+# Usage: wrt-setup-remote
+
 set -eE -o pipefail
 trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?" >&2' ERR
 
@@ -27,6 +30,6 @@ if ! opkg list-installed|grep bash; then
     opkg update
     opkg install bash
 fi
-export IMPERSONAL_DOMAIN=$IMPERSONAL_DOMAIN`
+export IMPERSONAL_DOMAIN=$IMPERSONAL_DOMAIN
 wrt-setup
 EOF