In DSM 7 the path mounted for SSH is /photo and does not have the real path in it anymore.
4 lines
67 B
Bash
Executable file
4 lines
67 B
Bash
Executable file
#!/bin/bash
|
|
|
|
PATH=$HOME/.local/bin/:$PATH
|
|
pipenv run python3 ha.py
|