12165f7b25
Other elements need this and don't necessarily need base. Change-Id: I3a12611d7d891a1fb0476f4095be522210b60cba
10 lines
168 B
Bash
Executable File
10 lines
168 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ ${DIB_DEBUG_TRACE:-0} -gt 0 ]; then
|
|
set -x
|
|
fi
|
|
set -eu
|
|
set -o pipefail
|
|
|
|
install -m 0755 -o root -g root $(dirname $0)/../dib-init-system /usr/bin/
|