Add set -eo pipefail to setup script

master
Hugo Thunnissen 6 years ago
parent e0b02b2f74
commit f84d11d54f

@ -4,6 +4,8 @@
#
# This script should setup openbox for a user on ubuntu
set -eo pipefail
is-in-path() {
which "$1" &>>/dev/null
}

Loading…
Cancel
Save