Skip to content

Commit ff9aaea

Browse files
committed
Doc
1 parent d4118d0 commit ff9aaea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/make_instances_relink_cert.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ export YELLOW='\033[0;33m'
1414
echo "***** $0 *****"
1515

1616
if [ "x$2" == "x" ]; then
17-
echo "Relink local certificates found into /home/admin/wwwroot/dolibarr_documents/sellyoursaas_local/crt to link to specific cert files"
17+
echo "Relink local certificates found into /home/admin/wwwroot/dolibarr_documents/sellyoursaas_local/crt to link to the provided specific cert files."
18+
echo "If local certificates are already links, nothing is done, only hard files are replaced by a link."
1819
echo
1920
echo "Usage: $0 root_of_cert_to_link_to regex_of_files_to_replace test|confirm"
2021
echo "Example: $0 /etc/apache2/all.with.dolicloud.com xxx.dolicloud.com test|confirm"
@@ -80,3 +81,4 @@ if [ "x$3" == "xconfirm" ]; then
8081
fi
8182

8283
echo "Finished."
84+
echo

0 commit comments

Comments
 (0)