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:
Jeena 2022-10-22 13:12:23 +09:00
parent 39b88a4df9
commit a26b128fba
10 changed files with 460 additions and 207 deletions

3
run.sh
View file

@ -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