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:
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
|
||||
|
Loading…
Reference in New Issue
Block a user