Georift / install-jellyfin-tizen

Install Jellyfin on your Samsung TV
https://tim.wants.coffee/posts/install-jellyfin-on-a-samsung-tv/
385 stars 29 forks source link

Stop on error #6

Open diogodias24 opened 1 year ago

diogodias24 commented 1 year ago

Hey,

Just want to advice using error handling for stop script if any error occurs on your entrypointh.sh

Advice:

#!/bin/bash

set -eux
Georift commented 1 year ago

Thanks, I'll look to add this shortly. Surprising it's not already the case in a bash file? :thinking: