From 8775bbe94d0001e25ea633ae36e0761d6866f35d Mon Sep 17 00:00:00 2001 From: sleirsgoevy Date: Wed, 13 Dec 2017 21:03:55 +0300 Subject: [PATCH] Fixed startup script extension. --- bin/compile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/compile b/bin/compile index 28fc0b7..9e90136 100755 --- a/bin/compile +++ b/bin/compile @@ -15,7 +15,7 @@ fi tar -xvzf "$BP/uml.tar.gz" -C "$APP" mkdir "$APP/.profile.d" -cp "$BP/bin/read_config" "$APP/.profile.d" -cp "$BP/bin/redirect_PORT" "$APP/.profile.d" +cp "$BP/bin/read_config" "$APP/.profile.d/uml_read_config.sh" +cp "$BP/bin/redirect_PORT" "$APP/.profile.d/uml_redirect_PORT.sh" fix_procfile "$APP/Procfile"