summaryrefslogtreecommitdiffstats
path: root/board/ipe337/env/bin/_alternate
blob: 10ae2134c003fcdc459117b076d84fc5db94e518 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

. /env/config

alternate $ageing
if [ $? -lt 2 ]; then
	echo "Error when accesing ageing-partition!"
	exit 1
fi