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 45f0f1d commit 9e218aeCopy full SHA for 9e218ae
scripts/make_instances_relink_cert.sh
@@ -75,4 +75,8 @@ do
75
fi
76
done
77
78
+if [ "x$3" == "xconfirm" ]; then
79
+ echo "You must restart web server with: /etc/init.d/apache2 reload"
80
+fi
81
+
82
echo "Finished."
0 commit comments