File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ read ARTIFACT
11
11
echo " Description: "
12
12
read DESCRIPTION
13
13
14
- echo " About to execute: \" ac build ${ARTIFACTID} -b httpd24 -v ${VERSION} -U ${ARTIFACT} -d \" ${DESCRIPTION} \" -i ${IKTLOSNING} \" "
14
+ echo " About to execute: \" ac build ${ARTIFACTID} -b httpd24 -v ${VERSION} -U ${ARTIFACT} -d \" ${DESCRIPTION} \" -i ${IKTLOSNING} \" -T 10m0s "
15
15
16
16
while true ; do
17
17
read -p " Do you wish to execute this commandi [Yy/Nn]?" yn
18
18
case $yn in
19
- [Yy]* ) ac build ${ARTIFACTID} -b httpd24 -v ${VERSION} -U ${ARTIFACT} -d " ${DESCRIPTION} " -i ${IKTLOSNING} ; break ;;
19
+ [Yy]* ) ac build ${ARTIFACTID} -b httpd24 -v ${VERSION} -U ${ARTIFACT} -d " ${DESCRIPTION} " -i ${IKTLOSNING} -T 10m0s ; break ;;
20
20
[Nn]* ) exit ;;
21
21
* ) echo " Please answer yes or no." ;;
22
22
esac
You can’t perform that action at this time.
0 commit comments