Echo output (2.0)

Discussion in 'UDOO NEO' started by AM97, Jul 27, 2018.

Tags:
  1. AM97

    AM97 New Member

    Joined:
    Jun 19, 2018
    Messages:
    19
    Likes Received:
    0
    Accidentally hit send on the previous question before I could post the entire script, and there doesn't seem to be an edit or delete button. Anyway, i dont see the echo message on reboot on my monitor. Why is that?

    #!/bin/sh

    ### BEGIN INIT INFO ###
    # Provides: test
    # Required-Start: $remote_fs $syslog
    # Required-Stop: $remote_fs $syslog
    # Default-Start: 2 3 4 5
    # Default-Stop: 0 1 6
    # Short-Description: Nothing
    # Description: Nothing
    ### END INIT INFO

    echo "This is a test"
     

Share This Page