Skip to content

Commit 45f0f1d

Browse files
committed
Typo
1 parent b857ff3 commit 45f0f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/make_instances_relink_cert.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ echo "Search local cert files to relink with: ls /home/admin/wwwroot/dolibarr_do
5454
for fic in `ls /home/admin/wwwroot/dolibarr_documents/sellyoursaas_local/crt/*.key | grep $2`
5555
do
5656
newfic="${fic%.key}"
57-
echo "* Process files $newfic.(key|crt|-intermediate.crt).."
57+
echo "* Process files $newfic(.key|.crt|-intermediate.crt)"
5858
#echo "ls -l $newfic.key | grep $1"
5959
islink=`ls -l $newfic.key | grep $1 | cut -c1`
6060
#echo "islink=$islink"

0 commit comments

Comments
 (0)