punchplatform / punchbox

the punchbox tool to deploy servers, kubernetes or punch
Apache License 2.0
4 stars 2 forks source link

activate.sh conflict with existing local platform #4

Closed ppenhouet closed 3 years ago

ppenhouet commented 4 years ago

export PATH=${PATH}:/home/user/pp-integration-vagrant/punchplatform-deployer-5.7.4-SNAPSHOT/bin

must be

export PATH=/home/user/pp-integration-vagrant/punchplatform-deployer-5.7.4-SNAPSHOT/bin:${PATH}