2
0
forked from Ivasoft/openwrt

treewide: remove empty default cases

There is no apparent reason to have an empty default case.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Adrian Schmutzler
2020-09-17 12:46:19 +02:00
parent a744c14dfa
commit 0b1cdb7eea
9 changed files with 1 additions and 18 deletions

View File

@@ -12,8 +12,6 @@ move_config() {
[ -f "/boot/$BACKUP_FILE" ] && mv -f "/boot/$BACKUP_FILE" /
fi
;;
*)
;;
esac
}