mirror of
https://github.com/zuno/slackpkgplus
synced 2025-01-27 19:58:02 +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
|
touch $WORKDIR/install.log
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$CMD" == "update" ];then
|
if [ "$CMD" == "update" -o "$CMD" == "check-updates" ];then
|
||||||
# answer to "Do you really want to download all other files"
|
# answer to "Do you really want to download all other files"
|
||||||
# if there are new changes
|
# if there are new changes
|
||||||
ANSWER="Y"
|
ANSWER="Y"
|
||||||
|
|
Loading…
Add table
Reference in a new issue