mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-27 17:50:53 +01:00
add backend install script execute privilege and fixed nodejs with unbunu deprecated libssl1.0-dev
This commit is contained in:
@@ -22,6 +22,9 @@ fi
|
||||
# start nginx
|
||||
service nginx start
|
||||
|
||||
#grant script
|
||||
chmod +x /app/backend/scripts/*.sh
|
||||
|
||||
# install languages
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user