浏览代码

[CI SKIP]

robert 2 年之前
父节点
当前提交
910cabe1f5
共有 1 个文件被更改,包括 1 次插入6 次删除
  1. 1 6
      entrypoint.sh

+ 1 - 6
entrypoint.sh

@@ -4,13 +4,8 @@ set -e
 set -o pipefail
 
 chmod 600 /var/spool/cron/root
-chmod 600 /etc/rsync.qd
 sed -i -e '/pam_loginuid.so/s/^/#/' /etc/pam.d/crond
-mkdir -p /data/logs/cron
-mkdir -p /data/material/images
-echo 'export JAVA_HOME=/usr/java/jdk1.8.0_271' >> /etc/profile
-echo 'export CLASSPATH=$CLASSPATH:$JAVA_HOME/lib:$JAVA_HOME/jre/lib' >> /etc/profile
-echo 'export PATH=$JAVA_HOME/bin:$JAVA_HOME/jre/bin:$PATH:$HOME/bin' >> /etc/profile
+mkdir -p /data/log/resin-books/bo/visit
 echo "ulimit -n 65535" >> /etc/profile
 echo "ulimit -u 65535" >> /etc/profile
 source /etc/profile