ungleich-tools/viirb1-2-together.sh
2020-08-01 12:37:51 +02:00

12 lines
238 B
Bash

#!/bin/sh
if [ $# -ne 2 ]; then
echo "$0 viirb-id"
echo " viirb-id: number in decimal format"
exit 1
fi
id=$1; shift
./viirb-1-connect-flash-latest-openwrt.sh eth0 192.168.61.1
./viirb-2-configure-fully-after-upgrade.sh