From 23fd7ba3fd151534afdd40f4847d717ecbdb2555 Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 11 Apr 2016 17:38:47 +0000 Subject: [PATCH] account for moved file in last commit svn path=/trunk/; revision=99 --- actions/update_therapy.sh | 2 +- pages/therapy.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/actions/update_therapy.sh b/actions/update_therapy.sh index e7dcae2..6ba06cb 100755 --- a/actions/update_therapy.sh +++ b/actions/update_therapy.sh @@ -43,7 +43,7 @@ if [ -n "$_POST[delete_session]" ]; then elif [ -n "$_POST[new_session]" ]; then sid="$_POST[new_session]" - identify "$_EXEC/templates/therapy_background.png" \ + identify "$_EXEC/static/therapy_background.png" \ | sed -r 's;^.* ([0-9]+x[0-9]+) .*$;\1;' \ | read dim diff --git a/pages/therapy.sh b/pages/therapy.sh index ee9804b..de8ca8b 100755 --- a/pages/therapy.sh +++ b/pages/therapy.sh @@ -29,7 +29,7 @@ tpyfile="$_DATA/therapies/$id" mpxfile="$_DATA/prescriptions/${id%.tpy}.mpx" client="$_DATA/vcard/${id%%.*}.vcf" -identify "$_EXEC/templates/therapy_background.png" \ +identify "$_EXEC/static/therapy_background.png" \ | sed -r 's;^.* ([0-9]+x[0-9]+) .*$;\1;' \ | read bg_dim -- 2.39.2