Correction : vm_{hosted,remote} : chemins et noms, suite.
[lhc/ateliers.git] / etc / nginx / site.d / lhc-www-tls / configure.sh
index 50f5f51..4bc8526 100644 (file)
@@ -1,9 +1,11 @@
 #!/bin/sh
 set -e -f -u -x
-sudo rmdir ~www-data/"$site" || true
-sudo ln -fns "${site%-tls}" ~www-data/"$site"
 local hint="run vm_remote nginx_key_send before"
 assert "sudo test -f /etc/nginx/x509.d/\"$site\"/key.pem" hint
 sudo install -m 664 -o www -g www \
  "$tool"/var/pub/x509/www.heureux-cyclage.org/crt+ca.pem \
  /etc/nginx/x509.d/"$site"/crt.pem
+
+sudo rmdir ~www-data/"$site" || true
+sudo ln -fns "${site%-tls}" ~www-data/"$site"
+