Fix error in last commit

This commit is contained in:
Ben Peddell 2016-07-16 13:17:20 +10:00
parent 9a76dd8e16
commit ca9ea08ebe

View File

@ -1001,7 +1001,7 @@ printWarnMessage(){
if [ -z "$reason" ]; then
reason="$warnreason"
fi
if [ "$1" == "update" ]; then
elif [ "$1" == "update" ]; then
if [ -n "$appupdate" ]; then
if [ -n "$modupdate" ]; then
if [ -n "$msgReasonUpdateAppMod" ]; then