Skip to content

Commit

Permalink
Sed pipeline bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
munisisazade committed Dec 13, 2017
1 parent 247f020 commit 21cc02c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ function get_project_details {
chown -R $APP_USER:$APP_USER /var/local/tlp
chown -R $APP_USER:$APP_USER /var/local/tlp/*
chmod -R 777 /var/local/tlp/*
sed -i -e 's|#{APP_ROOT_DIRECTOR}|'$APP_ROOT_DIRECTOR'|g' -e 's|#{APP_USER}|'$APP_USER'|g' /var/local/tlp/pipeline.sh
cp -r /var/local/tlp/pipeline.sh /root/
chmod +x /root/pipeline.sh
echo -e "Base command sed "
Expand Down

0 comments on commit 21cc02c

Please sign in to comment.