/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to loggerheadd

  • Committer: Jelmer Vernooij
  • Date: 2020-06-04 20:28:15 UTC
  • mto: This revision was merged to the branch mainline in revision 501.
  • Revision ID: jelmer@jelmer.uk-20200604202815-aqnr3js6p5q15911
Use python3 by default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
        $SUDO mkdir -p $LOG_FOLDER
72
72
    fi
73
73
    echo "" > $LOG_FILE
74
 
    $SUDO python $START_CMD > $LOG_FILE 2>&1 &
 
74
    $SUDO python3 $START_CMD > $LOG_FILE 2>&1 &
75
75
 
76
76
    #wait a little while of some logging to appear
77
77
    log=""