From f03f67418259052ad43d6fc248a117d20c4e21aa Mon Sep 17 00:00:00 2001 From: Adrian Wojciechowski Date: Wed, 8 May 2019 11:12:11 +0200 Subject: [PATCH] Temporary fix for calendar crashes Change-Id: If23742adfc96382d063ab4497a082deed1a6fc19 --- src/batch/batch_exec.sh | 5 +++++ 1 file changed, 5 insertions(+) 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") -- 2.7.4