Fixed startup script extension.
This commit is contained in:
parent
cd24a8dd5a
commit
8775bbe94d
|
@ -15,7 +15,7 @@ fi
|
||||||
tar -xvzf "$BP/uml.tar.gz" -C "$APP"
|
tar -xvzf "$BP/uml.tar.gz" -C "$APP"
|
||||||
|
|
||||||
mkdir "$APP/.profile.d"
|
mkdir "$APP/.profile.d"
|
||||||
cp "$BP/bin/read_config" "$APP/.profile.d"
|
cp "$BP/bin/read_config" "$APP/.profile.d/uml_read_config.sh"
|
||||||
cp "$BP/bin/redirect_PORT" "$APP/.profile.d"
|
cp "$BP/bin/redirect_PORT" "$APP/.profile.d/uml_redirect_PORT.sh"
|
||||||
|
|
||||||
fix_procfile "$APP/Procfile"
|
fix_procfile "$APP/Procfile"
|
||||||
|
|
Loading…
Reference in New Issue