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