diff options
Diffstat (limited to 'tools/Linux/kodi.sh.in')
-rw-r--r-- | tools/Linux/kodi.sh.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/Linux/kodi.sh.in b/tools/Linux/kodi.sh.in index 35dee2c323..43290f81d9 100644 --- a/tools/Linux/kodi.sh.in +++ b/tools/Linux/kodi.sh.in @@ -138,11 +138,6 @@ print_crash_report() } migrate_home -python @datadir@/${bin_name}/FEH.py $SAVED_ARGS -RET=$? -if [ $RET -ne 0 ]; then - exit $RET -fi if command_exists gdb; then # Output warning in case ulimit is unsupported by shell |