We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b857ff3 commit 45f0f1dCopy full SHA for 45f0f1d
scripts/make_instances_relink_cert.sh
@@ -54,7 +54,7 @@ echo "Search local cert files to relink with: ls /home/admin/wwwroot/dolibarr_do
54
for fic in `ls /home/admin/wwwroot/dolibarr_documents/sellyoursaas_local/crt/*.key | grep $2`
55
do
56
newfic="${fic%.key}"
57
- echo "* Process files $newfic.(key|crt|-intermediate.crt).."
+ echo "* Process files $newfic(.key|.crt|-intermediate.crt)"
58
#echo "ls -l $newfic.key | grep $1"
59
islink=`ls -l $newfic.key | grep $1 | cut -c1`
60
#echo "islink=$islink"
0 commit comments