Issue with Linux/macOS Single-line Installer CommandsDescriptionThere's a minor issue with Linux/macOS Single-line Installer Commands: In file below:/npm/acc-framework/agent-now-scoped-app/src/script/install_script.shWe see below lines :623 printf "\033[36m\n* Keeping old $CONF configuration file\n\033[0m\n" <================$CONF is not defined and should be changed to $ACC_CONF instead This should only cause minor display issue though.Steps to Reproduce Download the ACC installer file from the link. https://instancename.service-now.com/api/sn_agent/agents/install_agent > Or check it in:/npm/acc-framework/agent-now-scoped-app/src/script/install_script.sh > Search for $CONF> Can't see $CONF is defined anywhere WorkaroundThis issue is currently under investigation. Please subscribe to this Known error article for further update.Related Problem: PRB1732944