System (Mac, Windows 7/8/10, Linux) / 操作系统
Mac
SwitchHosts! Version / SwitchHosts! 版本
3.5.6(5551)
Description / 描述
自定义命令中使用sudo命令,会报错提示需要密码。
请问有比较好的解决方式吗?
How to reproduce / 重现步骤
填写自定义命令:
sudo killall -HUP mDNSResponder
切换host时弹出错误信息:
After CMD Error
sudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper
1条答案
按热度按时间ivqmmu1c1#
you can use this
echo your-password | sudo -S killall -HUP mDNSResponder
, that one line sudo command