mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 08:03:10 +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