1
0
mirror of https://github.com/lineageos4microg/docker-lineage-cicd synced 2024-11-09 10:09:56 +01:00

Another shellcheck error

This commit is contained in:
Pete Fotheringham 2024-09-02 16:05:07 +01:00
parent 800cfad229
commit c4fe3d74d3

@ -410,7 +410,7 @@ for codename in ${devices//,/ }; do
echo ">> [$(date)] Finishing build for $codename" | tee -a "$DEBUG_LOG"
do_cleanup
if [ $userscriptfail = true ]; then
if [ "$userscriptfail" = true ]; then
echo ">> [$(date)] One or more userscripts failed!"
exit 1
fi