mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 04:26:28 +02:00
add debug
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user