commit c6bd0500b9351d8b11a4f3883148d0db3ace290c parent 03dc893051d8ed423ae68025fa8fa7ddcc5bfeb3 Author: dwrz <dwrz@dwrz.net> Date: Wed, 1 Feb 2023 19:51:06 +0000 Fix notify script Diffstat:
M | scripts/notify | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/notify b/scripts/notify @@ -67,7 +67,7 @@ upload() { --threads 2 \ "${BUCKET}" \ "${PROJECT}/motion/${name}.jpg" \ - "${HOSTNAME}/${name}.jpg" + "${HOSTNAME}/photo/${name}.jpg" } delete_outdated() {