Remove /volume1 from path
In DSM 7 the path mounted for SSH is /photo and does not have the real path in it anymore.
This commit is contained in:
parent
39b88a4df9
commit
a26b128fba
10 changed files with 460 additions and 207 deletions
3
run.sh
3
run.sh
|
@ -1,5 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
PATH=/home/jeena/.local/bin/:$PATH
|
||||
cd /home/jeena/Projects/synology-pictures/
|
||||
PATH=$HOME/.local/bin/:$PATH
|
||||
pipenv run python3 ha.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue