Page MenuHomeVyOS Platform

ianhattendorf (Ian Hattendorf)
User

Projects

User does not belong to any projects.

User Details

User Since
Tue, Mar 14, 12:35 AM (1 w, 5 d)

Recent Activity

Wed, Mar 15

ianhattendorf added a comment to T4915: Minisign verification failure == pass??.

Agreed. I just posted my workaround as a minimal fix to highlight the issue: accessing $? after another command was ran (which can be easy to miss).

Wed, Mar 15, 7:19 PM · VyOS 1.4 Sagitta
ianhattendorf added a comment to T4915: Minisign verification failure == pass??.

I noticed this as well. The issue is expecting $? to refer to the exit code of minisign -V when it's actually referring to the exit code of the if [ -f ${filename}.asc ]; block which will always be 0.

Wed, Mar 15, 3:59 PM · VyOS 1.4 Sagitta