added golang

This commit is contained in:
marvzhang
2020-07-30 11:12:36 +08:00
parent 75afc64e39
commit b08fcc77da
8 changed files with 61 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ fi
service nginx start
# install languages
if [ "${CRAWLAB_SERVER_LANG_NODE}" = "Y" ] || [ "${CRAWLAB_SERVER_LANG_JAVA}" = "Y" ];
if [ "${CRAWLAB_SERVER_LANG_NODE}" = "Y" ] || [ "${CRAWLAB_SERVER_LANG_JAVA}" = "Y" ] || [ "${CRAWLAB_SERVER_LANG_DOTNET}" = "Y" ] || [ "${CRAWLAB_SERVER_LANG_PHP}" = "Y" ] || [ "${CRAWLAB_SERVER_LANG_GO}" = "Y" ];
then
echo "installing languages"
echo "you can view log at /var/log/install.sh.log"