Skip to content

Works great with a little change in boot-shutdownscript.sh #9

Open
@christophecvr

Description

@christophecvr

Hi by me at first the shutdown commands did not execute startup well. Im working with a macbookpro mid 2010 . High Sierra 10.13.6 (which is max os installable on my mac).

I just changed (think even corrected) the trap command from

trap shutdown SIGTERM
trap shutdown SIGKILL
TO
trap shutdown: SIGTERM
trap shutdown: SIGKILL

The ":" was I think just forgotten but it's needed for a function launch.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions