shell-intune-samples: Unexpected token

Install Acrobat.sh: line 770: syntax error near unexpected token `>'
Install Acrobat.sh: line 770: `    exec &> >(tee -a "$log")'

please tell me what I’m doing wrong because I’m sure I am 😃 Running on Catalina.

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 20 (9 by maintainers)

Most upvoted comments

Ahh, try sudo ./installAcrobatDC.sh the sh is calling the default shell which is ZSH.

NIIIIIIICE! Thank you very much friend, turns out it was a simple shell case. Thanks again.