dev
This commit is contained in:
parent
a3a87ffcd9
commit
808092bfd1
@ -105,6 +105,11 @@ pkgList() {
|
||||
VALUES+=("$(tblCell "${PKGNAME}" 30)")
|
||||
VALUE=$(tblCell "$(readSetting "${PKGDIRNAME}"/settings version)" 24)
|
||||
VALUES+=("${VALUE}")
|
||||
if [ "$(readSetting "${PKGDIRNAME}"/settings aursshkey '')" == "" ]; then
|
||||
VALUES+=(" ")
|
||||
else
|
||||
VALUES+=(" *")
|
||||
fi
|
||||
VALUES+=("$(tblCell "$(readSetting "${PKGDIRNAME}"/settings plugin)" 20)")
|
||||
VALUES+=("$(tblCell "$(readSetting "${PKGDIRNAME}"/settings target)" 20)")
|
||||
VALUE=$(tblCell "$(readSetting "${PKGDIRNAME}"/settings lastbuilddate)" 20)
|
||||
|
Loading…
Reference in New Issue
Block a user