Skip to content

Commit 239e9c3

Browse files
committed
Improving messages
1 parent 3a2ad1c commit 239e9c3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

public/index.cgi

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,12 @@ if [[ -x ${OPENSHIFT_RUNTIME_DIR}/bin/php-cgi ]]; then
3636
echo "<p>The PHP build is finished.</p>"
3737
echo "<p>Check <a href=\"?phpinfo\">phpinfo</a> or start coding (remember to remove/update index.cgi in the /public folder)</p>"
3838
elif [[ -f /tmp/makephp ]]; then
39-
echo "<p>Building PHP... This page will refresh automatically, you can close it and come back later!</p>"
40-
echo "<p>If necessary, <a href=https://github.com/JVerstry/openshift-php-framework-stack/issues >submit an issue</a>.</p>"
39+
echo "<p>Building PHP... (it takes about one hour)</p>"
40+
echo "<p>This page will refresh automatically, you can close it and come back later!</p>"
4141
echo "<pre style='font-size:.7em;word-break:break-all;font-family:Courier'>"
4242
tail /tmp/makephp
4343
echo "</pre>"
44+
echo "<p>If necessary, <a href=https://github.com/JVerstry/openshift-php-framework-stack/issues >submit an issue</a>.</p>"
4445
echo "<script>setTimeout(function(){window.location.reload(true)},8000)</script>"
4546
else
4647
echo "<p>The configured PHP version is 5.6.11. Follow the <a href=https://github.com/JVerstry/openshift-php-framework-stack>instructions</a> to change it."

0 commit comments

Comments
 (0)