aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-27 18:21:56 -0300
committerEuAndreh <eu@euandre.org>2023-03-27 18:21:56 -0300
commit62e58b2ee9642b82b851d8be960dc7c94f0f10cb (patch)
treef24b7b66a7124c0bf44475a1fe520cc69716d85a /bin
parentbin/vm: Allow ".snapshot" file to exist (diff)
downloaddotfiles-62e58b2ee9642b82b851d8be960dc7c94f0f10cb.tar.gz
dotfiles-62e58b2ee9642b82b851d8be960dc7c94f0f10cb.tar.xz
bin/reconfigure: Move "set -x" to the body of the script
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