mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Turn pkg and cmd functions into bins to avoid PATH issues in subshells
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
echo "Configure Docker to use the host's DNS resolver"
|
||||
|
||||
if cmd-present docker; then
|
||||
if omarchy-cmd-present docker; then
|
||||
# If the daemon configuration has been changed since we wrote it, leave it as-is
|
||||
ORIGINAL_CONFIG='{"log-driver":"json-file","log-opts":{"max-size":"10m","max-file":"5"}}'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user