added system tasks

This commit is contained in:
marvzhang
2020-07-31 13:13:49 +08:00
parent 12009a387c
commit 0a292248b4
13 changed files with 118 additions and 66 deletions

View File

@@ -1,5 +1,8 @@
#!/bin/bash
# fail immediately if error
set -e
# install node.js
if [ "${CRAWLAB_SERVER_LANG_NODE}" = "Y" ];
then