mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
POST_BUILD_DHECK: Add confirmation message for global.sh presence in post_build_check.sh [skip ci]
This commit is contained in:
parent
8494102d52
commit
29a085d72d
|
@ -17,6 +17,8 @@ GLOBAL_SH_PATH="/app/libexec/global.sh"
|
||||||
if ! flatpak run --command=ls "$FLATPAK_APP_ID" "$GLOBAL_SH_PATH" &> /dev/null; then
|
if ! flatpak run --command=ls "$FLATPAK_APP_ID" "$GLOBAL_SH_PATH" &> /dev/null; then
|
||||||
echo "✗ global.sh not found at $GLOBAL_SH_PATH" | tee -a "$LOG_FILE"
|
echo "✗ global.sh not found at $GLOBAL_SH_PATH" | tee -a "$LOG_FILE"
|
||||||
exit 1
|
exit 1
|
||||||
|
else
|
||||||
|
echo "✓ global.sh found at $GLOBAL_SH_PATH" | tee -a "$LOG_FILE"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Source global.sh to load the `features` variable
|
# Source global.sh to load the `features` variable
|
||||||
|
|
Loading…
Reference in a new issue