File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ for f in $extern_list; do
27
27
echo " files."
28
28
echo " "
29
29
# shellcheck disable=SC2162
30
- read -p " Press Enter or CTRL-C to exit."
30
+ echo " Press Enter to exit."
31
+ read
31
32
exit 1
32
33
fi
33
34
done
@@ -55,7 +56,8 @@ full administrator privileges via Windows User Access Control."
55
56
echo " "
56
57
57
58
# shellcheck disable=SC2162
58
- read -p " Press Enter or CTRL-C to exit."
59
+ echo " Press Enter to exit."
60
+ read
59
61
exit 1
60
62
}
61
63
128
130
129
131
[ -f " $setup_path /easyrsa" ] || {
130
132
echo " Missing easyrsa script. Expected to find it at: $setup_path /easyrsa"
131
- read -p " Press Enter or CTRL-C to exit."
132
- exit 2
133
+ echo " Press Enter to exit."
134
+ read
135
+ exit 1
133
136
}
134
137
135
138
# Set prompt and welcome message
You can’t perform that action at this time.
0 commit comments