Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3566b3b authored by Romain Hunault's avatar Romain Hunault
Browse files

Give access do debug logs into scripts

parent ce3bce24
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -313,6 +313,7 @@ for branch in ${BRANCH_NAME//,/ }; do
        fi
        fi


        DEBUG_LOG="$LOGS_DIR/$logsubdir/eelo-$los_ver-$builddate-$RELEASE_TYPE-$codename.log"
        DEBUG_LOG="$LOGS_DIR/$logsubdir/eelo-$los_ver-$builddate-$RELEASE_TYPE-$codename.log"
        export DEBUG_LOG


        if [ -f /root/userscripts/pre-build.sh ]; then
        if [ -f /root/userscripts/pre-build.sh ]; then
          echo ">> [$(date)] Running pre-build.sh for $codename" >> "$DEBUG_LOG"
          echo ">> [$(date)] Running pre-build.sh for $codename" >> "$DEBUG_LOG"