aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/reconfigure b/bin/reconfigure
index 12b4382..d166819 100755
--- a/bin/reconfigure
+++ b/bin/reconfigure
@@ -1,6 +1,5 @@
#!/bin/sh
set -eu
-set -x
usage() {
cat <<-'EOF'
@@ -79,6 +78,8 @@ if [ "$(id -un)" = 'root' ]; then
exit 2
fi
+set -x
+
if [ "$UPDATE" = true ]; then
update
fi