From b35969c706d53b7900c159c566d463f152db5e77 Mon Sep 17 00:00:00 2001 From: dreamer Date: Fri, 19 Feb 2021 14:51:34 +0100 Subject: [PATCH] script depends on bash, set bash with shebang --- pw-uninstalled.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pw-uninstalled.sh b/pw-uninstalled.sh index 4779b3564..2379214da 100755 --- a/pw-uninstalled.sh +++ b/pw-uninstalled.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -e