X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=wrt-setup-remote;h=57e2c599d8b59fb9ae03701b7579f5fffb481ec4;hb=2f13039525488532756a089b8329ab6ee64a6c17;hp=408e0c392c609a0285217af060e21641fb3f3d74;hpb=f74458d51ebaeba827307920c7a66ed2d69d6fbd;p=automated-distro-installer diff --git a/wrt-setup-remote b/wrt-setup-remote index 408e0c3..57e2c59 100755 --- a/wrt-setup-remote +++ b/wrt-setup-remote @@ -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