Fixed a regression on 'check-updates'

thanks to bormant
This commit is contained in:
Matteo Rossini 2018-12-30 19:32:34 +01:00
parent b3fa7d8482
commit 202ae81092

View file

@ -1612,7 +1612,7 @@ if [ "$SLACKPKGPLUS" = "on" ];then
touch $WORKDIR/install.log
fi
if [ "$CMD" == "update" ];then
if [ "$CMD" == "update" -o "$CMD" == "check-updates" ];then
# answer to "Do you really want to download all other files"
# if there are new changes
ANSWER="Y"