From 775ad55ce522815edb20de2e80996304b63df6ab Mon Sep 17 00:00:00 2001 From: binhex Date: Fri, 19 Jul 2019 14:45:44 +0100 Subject: [PATCH] sed req full path to file --- build/root/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/root/install.sh b/build/root/install.sh index 45d24f9..ed39069 100644 --- a/build/root/install.sh +++ b/build/root/install.sh @@ -102,7 +102,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 @@ -313,7 +313,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 # cleanup