test
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
ARGS="$@"
|
ARGS="$@"
|
||||||
|
|
||||||
|
set -o pipefail
|
||||||
exec 5>&1
|
exec 5>&1
|
||||||
OUTPUT=$(bash -c "butler $ARGS" | tee /dev/fd/5)
|
OUTPUT=$(bash -c "butler $ARGS" | tee /dev/fd/5)
|
||||||
RESULT=$?
|
RESULT=$?
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
ARGS="$@"
|
ARGS="$@"
|
||||||
|
|
||||||
|
set -o pipefail
|
||||||
MC_CONFIG_DIR="/root/.mc"
|
MC_CONFIG_DIR="/root/.mc"
|
||||||
mkdir -p "$MC_CONFIG_DIR"
|
mkdir -p "$MC_CONFIG_DIR"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user