当我尝试在我的 Freifunk gluon 节点上进行配置时,就像在其他 debian 机器上一样:
Vagrant.configure("2") do |config|
config.vm.provision "shell", path: "bootstrap-node.sh"
end
然后我得到错误:
The configured shell (config.ssh.shell) is invalid and unable
如何为 Busybox 配置配置ash
?