~ubuntu-core-dev/unattended-upgrades/ubuntu

« back to all changes in this revision

Viewing changes to debian/unattended-upgrades.init

  • Committer: Barry Warsaw
  • Date: 2012-06-19 20:19:36 UTC
  • mfrom: (277.1.5 unattended-upgrades)
  • mto: This revision was merged to the branch mainline in revision 288.
  • Revision ID: barry@python.org-20120619201936-vrpi8yxbbxzdr6qg
Merge Thomas's branch: Port to Python 3
- Additional fixes by Barry

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    stop)
34
34
        if [ -e $SHUTDOWN_HELPER ]; then
35
35
            [ "$VERBOSE" != "no" ] && log_action_msg "Checking for running $DESC" "$NAME"
36
 
            python $SHUTDOWN_HELPER
 
36
            python3 $SHUTDOWN_HELPER
37
37
            [ "$VERBOSE" != "no" ] && log_action_end_msg $? 
38
38
        fi
39
39
        ;;