deploy: can't execute deploy script
Problem
The deploy
command does not work:
root@eole3:~/laboite# ./tools/eole3 --config socle.ini deploy socle
bash: ./install/deploy: No such file or directory
Proposal
The problem is to prefix the deploy
command with the cwd
directory but the command is executed in the cwd
directory.