mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:24:35 +02:00
Move acme and plugins to respective subdirectories.
for x in acme letsencrypt_nginx letsencrypt_apache; do git mv $x _$x; mkdir $x; git mv _$x $x/$x; done
This commit is contained in:
Reference in New Issue
Block a user