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"
--
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: merged
Gerrit-Project: osmo-dev
Gerrit-Branch: master
Gerrit-Change-Id: I226aed2ddce9a01fc9399a8ba656a2496b1efa61
Gerrit-Change-Number: 37850
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>