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