diff options
Diffstat (limited to 'src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh')
-rwxr-xr-x | src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh | 3 |
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 | ||
3 | set -eu | 4 | set -eu |
4 | 5 | ||
@@ -32,7 +33,7 @@ CONF_3="test_anastasis_reducer_3.conf" | |||
32 | CONF_4="test_anastasis_reducer_4.conf" | 33 | CONF_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. |
37 | CONF=`mktemp test_reducerXXXXXX.conf` | 38 | CONF=`mktemp test_reducerXXXXXX.conf` |
38 | cp test_reducer.conf $CONF | 39 | cp test_reducer.conf $CONF |