You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/sh
|
|
. $MIGTEST/lib/migration/migration.sh
|
|
|
|
$LOG_TOOL "downgrade from v3.2.0 to v3.1.0"
|
|
|
|
. /lib/functions.sh
|
|
|
|
# do not reenable dnsmasq address pools on downgrade!
|
|
|
|
exit 0
|