From: paul Date: Mon, 11 Apr 2016 17:38:47 +0000 (+0000) Subject: account for moved file in last commit X-Git-Url: https://git.plutz.net/?p=confetti;a=commitdiff_plain;h=23fd7ba3fd151534afdd40f4847d717ecbdb2555 account for moved file in last commit svn path=/trunk/; revision=99 --- 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