Skip to content
This repository was archived by the owner on Jan 5, 2022. It is now read-only.

Commit 36356a8

Browse files
committed
converted debug message to regular progress output
- as I've never encountered any "removed app" reported, this "echo" remained forgotten - as it might still be of interest, I didn't remove it but replaced it by a "level 4" (informational) progress info (`doProgress()`)
1 parent 2267b0f commit 36356a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adebar-cli

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ initAppLists() {
303303
in_array "${app##*:}" ${sysApps[@]} && continue
304304
in_array "${app##*:}" ${userApps[@]} && continue
305305
dApps+=($app)
306-
echo "Found removed app entry: ${app##*:}"
306+
doProgress " + ${app##*:}" 4
307307
fi
308308
done
309309
}

0 commit comments

Comments
 (0)