Fixed startup script extension.

This commit is contained in:
sleirsgoevy 2017-12-13 21:03:55 +03:00
parent cd24a8dd5a
commit 8775bbe94d
1 changed files with 2 additions and 2 deletions

View File

@ -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"