aboutsummaryrefslogtreecommitdiff
path: root/src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh')
-rwxr-xr-xsrc/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh b/src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh
index ad1aea0..d65020e 100755
--- a/src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh
+++ b/src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh
@@ -1,4 +1,5 @@
1#!/bin/bash 1#!/bin/bash
2# This file is in the public domain.
2 3
3set -eu 4set -eu
4 5
@@ -32,7 +33,7 @@ CONF_3="test_anastasis_reducer_3.conf"
32CONF_4="test_anastasis_reducer_4.conf" 33CONF_4="test_anastasis_reducer_4.conf"
33 34
34 35
35# Exchange configuration file will be edited, so we create one 36# Configuration file will be edited, so we create one
36# from the template. 37# from the template.
37CONF=`mktemp test_reducerXXXXXX.conf` 38CONF=`mktemp test_reducerXXXXXX.conf`
38cp test_reducer.conf $CONF 39cp test_reducer.conf $CONF