Skip to content

Send touch output to /dev/null

Ash McKenzie requested to merge ashmckenzie/remove-annoying-touch-message into main

What does this Merge Request do and why?

This MR removes the following annoying error message when running gdk install:

$ gdk install
--snip--
touch: gitlab-shell/config.yml.example: No such file or directory

by sending this output to /dev/null which is OK because some of the directories, gitlab-shell/ in this case, won't exist yet in the context of a brand new install.

Merge Request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.

Merge request reports