fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmo-dev/+/37850?usp=email )
Change subject: osmo-uninstall.sh: add -x and -e ......................................................................
osmo-uninstall.sh: add -x and -e
Change-Id: I226aed2ddce9a01fc9399a8ba656a2496b1efa61 --- M osmo-uninstall.sh 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: laforge: Looks good to me, but someone else must approve fixeria: Looks good to me, approved; Verified
diff --git a/osmo-uninstall.sh b/osmo-uninstall.sh index b223c4c..52da9d7 100755 --- a/osmo-uninstall.sh +++ b/osmo-uninstall.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -xe # Remove all osmocom installations from given prefix, default is /usr/local prefix="${1-/usr/local}" echo "$prefix"