Open technolion opened 6 months ago
The documentation below Starting at boot contains a typo: The shebang is wrong. Took me a while to spot it, so it may be good to correct it.
Current wrong line: !#/bin/bash
!#/bin/bash
Correct would be: #!/bin/bash
#!/bin/bash
The documentation below Starting at boot contains a typo: The shebang is wrong. Took me a while to spot it, so it may be good to correct it.
Current wrong line:
!#/bin/bash
Correct would be:
#!/bin/bash