Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- do_deploy () {
- install -d ${DEPLOY_DIR_IMAGE}
- install -m 0755 ${WORKDIR}/uEnv.txt ${DEPLOY_DIR_IMAGE}
- }
- addtask do_deploy after do_install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement