From 83332715504011ee68dc452f9fca4a704638f082 Mon Sep 17 00:00:00 2001 From: Guillaume Raffy Date: Thu, 19 Sep 2024 18:40:17 +0200 Subject: [PATCH] improved documentation about maco.check.update.sh' --web option work related to [https://bugzilla.ipr.univ-rennes.fr/show_bug.cgi?id=3947] --- cluster/maco.check.update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/maco.check.update.sh b/cluster/maco.check.update.sh index 198b1c9..6034bd8 100755 --- a/cluster/maco.check.update.sh +++ b/cluster/maco.check.update.sh @@ -458,7 +458,7 @@ if [ ! "${NBARGS}" -eq "0" ]; then URGENT_ONLY_MODE=0 ;; -w|--web ) ## Web mode - ## Get versions from webserver + ## Get maco versions from webserver https://store.ipr.univ-rennes.fr instead of sshfs mount /mnt/store.ipr WEB_MODE=0 ;; -- ) ## End of options list