Update certs.inc
This commit is contained in:
@@ -690,7 +690,12 @@ COPYCERTS(){
|
|||||||
((i++))
|
((i++))
|
||||||
done
|
done
|
||||||
echo
|
echo
|
||||||
[ ${RUN_POST_COMMANDS} = true ] && COPYCERTS_POST_COMMANDS && echo
|
if [ ${RUN_POST_COMMANDS} = true ]; then
|
||||||
|
echo -e "${idsCL[LightCyan]}Running post commands ...${idsCL[Default]}"
|
||||||
|
COPYCERTS_POST_COMMANDS
|
||||||
|
else
|
||||||
|
echo
|
||||||
|
fi
|
||||||
|
|
||||||
else
|
else
|
||||||
echo -e "${idsCL[Red]}Config file not complete, missing at least COPYCERT and/or CERTFOLDER variables${idsCL[Default]}\n"
|
echo -e "${idsCL[Red]}Config file not complete, missing at least COPYCERT and/or CERTFOLDER variables${idsCL[Default]}\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user