Skip to content

Fix sudo docker-pkg

Ahmon Dancy requested to merge main-Ifda6cfa17c78749702d012d2e24142e1215245a4 into main

Unlike _ssh_command_self, _ssh_command_sudo does not execute its
command through a shell, so trying to run cd /tmp doesn't work and
results in a non-fatal error message when running ./fab deploy_devimages:

sudo: cd: command not found  
Edited by Ahmon Dancy

Merge request reports

Loading