Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: fix init-hoot script for hostname matching
The init-hook provided for creating a distrobox with the the same hostname as its host has two typos: - Command substitution wrapping `uname -n` suppressing stdout redirect - trailing "`" Using this init-hook as suggested causes build errors. This fix corrects the suggested script by echoing the command substitution and removing the trailing "`". See issue 89luca89#1164 for details.
- Loading branch information