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

Initialise userscriptfail

This commit is contained in:
Pete 2024-09-02 18:04:54 +01:00
parent c1e0512c9f
commit eb2e8ae2ec

@ -299,7 +299,9 @@ for codename in ${devices//,/ }; do
else
echo ">> [$(date)] Preparing build environment disabled"
fi
userscriptfail=false
# Call `before.sh`
if [ -f /root/userscripts/before.sh ]; then
echo ">> [$(date)] Running before.sh"