robert il y a 11 mois
Parent
commit
ea59aa5d56
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      entrypoint.sh

+ 1 - 0
entrypoint.sh

@@ -11,5 +11,6 @@ echo "ulimit -n 65535" >> /etc/profile
 echo "ulimit -u 65535" >> /etc/profile
 source /etc/profile
 mkdir -p /data/wapage/log/ea_video_adv
+mkdir -p /data/image/eachat
 
 exec "$@"