Verbose debugging of s6 scripts

This commit is contained in:
Jamie Curnow
2023-05-03 16:01:27 +10:00
parent 67208e43cc
commit db4ab1d548
7 changed files with 18 additions and 1 deletions

View File

@ -2,6 +2,8 @@
# shellcheck shell=bash
set -e
# verbose
set -x
log_info 'Setting ownership ...'