aboutsummaryrefslogtreecommitdiff
path: root/config.bsh
diff options
context:
space:
mode:
Diffstat (limited to 'config.bsh')
-rwxr-xr-xconfig.bsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.bsh b/config.bsh
index f3419db..2b32fff 100755
--- a/config.bsh
+++ b/config.bsh
@@ -33,7 +33,7 @@ declare -r FAV_WEBBROWSER=firefox ### CHANGE THIS IF NECESSARY
declare -r DISCARD_DEV="/dev/random" ### CHANGE IF NECESSARY,/dev/null
echo "Starting php built-in web server ... "
-php -S localhost:${PHP_PORT} -t / $(pwd)/routing.php &
+php -S localhost:${PHP_PORT} -t / $(pwd)/routing.php &>"${DISCARD_DEV}" &
echo "Checking for ${FAV_WEBBROWSER} and loading a test url: "
echo " ${TESTURL} ..."
which "${FAV_WEBBROWSER}" &>"${DISCARD_DEV}" && "${FAV_WEBBROWSER}" "${TESTURL}" || echo "Point your favorite web browser at: ${TESTURL}"