summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUeda Naoaki <nao@uedder.com>2023-02-05 18:20:17 +0900
committerUeda Naoaki <nao@uedder.com>2023-02-05 18:20:17 +0900
commit017350d0ec65a273f93acccd3033b3847f09044f (patch)
treef6ee022136c4bcbfb577c85254a68f710d185508
parentc0896c1bf9568c7ef57c19356b77f2decc44ad0f (diff)
downloadasustor-nas-tailscale-installer-017350d0ec65a273f93acccd3033b3847f09044f.tar.gz
asustor-nas-tailscale-installer-017350d0ec65a273f93acccd3033b3847f09044f.tar.bz2
asustor-nas-tailscale-installer-017350d0ec65a273f93acccd3033b3847f09044f.zip
Add a debug flag for an install script
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 2fd2138..fef4a3d 100755
--- a/install.sh
+++ b/install.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-set -euvo pipefail
+set -euxvo pipefail
PIDFILE="/var/run/tailscaled.pid"