fixeria has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-dev refs/changes/50/37850/1
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"
--
To view, visit https://gerrit.osmocom.org/c/osmo-dev/+/37850?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-dev
Gerrit-Branch: master
Gerrit-Change-Id: I226aed2ddce9a01fc9399a8ba656a2496b1efa61
Gerrit-Change-Number: 37850
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>