mitchese / shm-et340

Sunny Home Manager emulator in a Victron ESS System (replaces ET340)
GNU General Public License v3.0
30 stars 9 forks source link

[documentation] typo in shebang in startup script #15

Open technolion opened 6 months ago

technolion commented 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

Correct would be: #!/bin/bash