mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 15:13:33 +01:00
Allow to use comments in the domains.txt file #88
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Robby- on GitHub (May 2, 2016).
It would be nice to be able to put comments in the domains.txt file. For example if some domain needs a note or something, or to quickly disable a domain by commenting it out and not having to entirely remove it from the file.
@lukas2511 commented on GitHub (May 2, 2016):
You should be able to use
#at the beginning of a line to start a comment:@Robby- commented on GitHub (May 2, 2016):
Oh. I didn't try it because I didn't saw that mentioned, and from a quick glance at the script I didn't think it was possible, that's what I get for making assumptions. ;)
Thank you.