Advertisement
RobertBerger

Untitled

Jul 13th, 2021
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. do_deploy () {
  2. install -d ${DEPLOY_DIR_IMAGE}
  3. install -m 0755 ${WORKDIR}/uEnv.txt ${DEPLOY_DIR_IMAGE}
  4. }
  5. addtask do_deploy after do_install
  6.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement