mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
If and Else blocks were backwards
This commit is contained in:
parent
d7fffa9f46
commit
d103f793bf
1 changed files with 2 additions and 2 deletions
|
@ -56,10 +56,10 @@ xcrun notarytool submit nheko.dmg --apple-id "${APPLE_DEV_USER}" --password "${A
|
|||
requestUUID="$(awk -F ': ' '/id/ {print $2}' "$NOTARIZE_SUBMIT_LOG" | head -1)"
|
||||
|
||||
if [ -z "${requestUUID}" ]; then
|
||||
echo "Received requestUUID: \"${requestUUID}\""
|
||||
else
|
||||
echo "Something went wrong when submitting the request... we don't have a UUID"
|
||||
exit 1
|
||||
else
|
||||
echo "Received requestUUID: \"${requestUUID}\""
|
||||
fi
|
||||
|
||||
while sleep 60 && date; do
|
||||
|
|
Loading…
Reference in a new issue