conjurdemos / openkube

[DEPRECATED] Port of kubernetes demo that works with either Kubernetes minikube or Openshift minishift
4 stars 2 forks source link

touch: Invalid Option: -A #16

Open infamousjoeg opened 6 years ago

infamousjoeg commented 6 years ago

https://github.com/conjurdemos/openkube/blob/00d05217e2be1d83f125f98689364b98e2c39227/etc/update_haproxy.sh#L23

This line should be:

touch -a 000200 $destination_file

In testing in CentOS 7, -A is an invalid option and -000200 is an invalid value format for the -a argument.