mirror of
https://github.com/goodhosts/cli.git
synced 2026-04-27 07:06:00 +03:00
[GH-ISSUE #19] Goodhosts check requires a writable hosts file #9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @tomjn on GitHub (Oct 18, 2020).
Original GitHub issue: https://github.com/goodhosts/cli/issues/19
Originally assigned to: @luthermonson on GitHub.
The
checksubcommand requires a writable hosts file, but it doesn't write to the hosts file. I should be able to use thechecksubcommand without needing to usesudoor changing the write permissions of the hosts file if it's readable to all users@tomjn commented on GitHub (Oct 18, 2020):
Likewise with the
listdebugandbackupsubcommands@luthermonson commented on GitHub (Oct 18, 2020):
super good suggestion, let me see if i can pull that off