Open fmv1992 opened 1 year ago
I had the following on my makefile:
echo 'abc' | sudo tee /usr/share/xyz/config.conf
But then the new file creation was not detected. However changing it to:
echo 'abc' | tee /usr/share/xyz/config.conf
Worked. Is this pointed out in the documentation?
I had the following on my makefile:
But then the new file creation was not detected. However changing it to:
Worked. Is this pointed out in the documentation?