mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-01 08:28:20 +02:00
add debug
This commit is contained in:
parent
ea1cfd6fa5
commit
6af2cd80f3
@ -51,6 +51,7 @@ if [ $# -eq 3 ]; then
|
||||
elif [ $# -eq 4 ]; then
|
||||
gitCommand="git verify-tag $4"
|
||||
fi
|
||||
echo "# running: ${gitCommand}"
|
||||
if ${gitCommand} 2>&1 >&"$_temp"; then
|
||||
goodSignature=1
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user