diff options
Diffstat (limited to 'jjb/yardstick')
-rwxr-xr-x | jjb/yardstick/yardstick-get-k8s-conf.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/yardstick/yardstick-get-k8s-conf.sh b/jjb/yardstick/yardstick-get-k8s-conf.sh index ce1e94dde..e93367f9a 100755 --- a/jjb/yardstick/yardstick-get-k8s-conf.sh +++ b/jjb/yardstick/yardstick-get-k8s-conf.sh @@ -1,3 +1,4 @@ +#!/bin/bash set -e dest_path="$HOME/admin.conf" |