mirror of
https://github.com/sbopkg/sbopkg
synced 2025-01-16 03:41:32 +01:00
fix dialog glitch when trying to add all packages to queue with no packages installed
This commit is contained in:
parent
8b87240383
commit
98a2e324af
1 changed files with 1 additions and 1 deletions
|
@ -1907,8 +1907,8 @@ add_all_to_queue() {
|
|||
for FILE in $PKGS; do
|
||||
echo $FILE >> $SBOPKGLIST
|
||||
done
|
||||
NUM_PACKAGES=$(wc -l < $SBOPKGLIST)
|
||||
if [[ -f $SBOPKGLIST ]]; then
|
||||
NUM_PACKAGES=$(wc -l < $SBOPKGLIST)
|
||||
{ # Grouping for progressbar
|
||||
echo 0 # Progressbar begin
|
||||
|
||||
|
|
Loading…
Reference in a new issue