mirror of
https://github.com/zuno/slackpkgplus
synced 2025-01-13 20:01:04 +01:00
Fixed a regression on 'check-updates'
thanks to bormant
This commit is contained in:
parent
b3fa7d8482
commit
202ae81092
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue