Temporary fix for calendar crashes 65/205665/3
authorAdrian Wojciechowski <a.wojciecho3@partner.samsung.com>
Wed, 8 May 2019 09:12:11 +0000 (11:12 +0200)
committerRadoslaw Cybulski <r.cybulski@partner.samsung.com>
Thu, 16 May 2019 09:31:20 +0000 (11:31 +0200)
Change-Id: If23742adfc96382d063ab4497a082deed1a6fc19

src/batch/batch_exec.sh

index ff938c6..f0226b2 100755 (executable)
@@ -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")