From: Adrian Wojciechowski Date: Wed, 8 May 2019 09:12:11 +0000 (+0200) Subject: Temporary fix for calendar crashes X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f03f67418259052ad43d6fc248a117d20c4e21aa;p=platform%2Fcore%2Faccessibility%2Funiversal-switch.git Temporary fix for calendar crashes Change-Id: If23742adfc96382d063ab4497a082deed1a6fc19 --- diff --git a/src/batch/batch_exec.sh b/src/batch/batch_exec.sh index ff938c6..f0226b2 100755 --- a/src/batch/batch_exec.sh +++ b/src/batch/batch_exec.sh @@ -1,5 +1,10 @@ #!/bin/bash + +# This line is added to remove calendar app and suppress its crashes +mv /usr/apps/org.tizen.calendar/ /usr/apps/org.tizen.calendar2 + + BATCH_FILE=$(readlink -f "$1") BATCH_DIRNAME=$(dirname "$BATCH_FILE")