Skip to content

Commit

Permalink
sed req full path to file
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed Jul 19, 2019
1 parent 7e71452 commit 7bf2975
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/root/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ EOF
sed -i '/# ENVVARS_PLACEHOLDER/{
s/# ENVVARS_PLACEHOLDER//g
r /tmp/envvars_heredoc
}' init.sh
}' /usr/local/bin/init.sh
rm /tmp/envvars_heredoc

# container perms
Expand Down Expand Up @@ -182,7 +182,7 @@ EOF
sed -i '/# PERMISSIONS_PLACEHOLDER/{
s/# PERMISSIONS_PLACEHOLDER//g
r /tmp/permissions_heredoc
}' init.sh
}' /usr/local/bin/init.sh
rm /tmp/permissions_heredoc

# env vars
Expand Down

0 comments on commit 7bf2975

Please sign in to comment.