Explorar el Código

Update pihole-install.sh

tteckster hace 3 años
padre
commit
b457091ad0
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      setup/pihole-install.sh

+ 1 - 3
setup/pihole-install.sh

@@ -1,6 +1,4 @@
-#!/usr/bin/env bash -ex
-set -euo pipefail
-shopt -s inherit_errexit nullglob
+#!/usr/bin/env bash
 YW=`echo "\033[33m"`
 RD=`echo "\033[01;31m"`
 BL=`echo "\033[36m"`