Skip to content

Commit cf65b9c

Browse files
authored
update error message
1 parent 06bdaf7 commit cf65b9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

start.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ if [ ! -z ${USE_NGINX_CONF_FILES+X} ] && [ "$USE_NGINX_CONF_FILES" = true ]; the
5050
echo "#######################################################"
5151
echo
5252
echo "There was an error trying to copy the nginx conf files."
53-
echo "The webproxy will still work, your custom configuration"
54-
echo "will not be loaded."
53+
echo "The proxy will still work with default options, but"
54+
echo "the custom settings your have made could not be loaded."
5555
echo
5656
echo "#######################################################"
5757
fi

0 commit comments

Comments
 (0)