Tomishinets Vladimir 4 năm trước cách đây
mục cha
commit
4d2414e456
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      entrypoint.sh

+ 1 - 1
entrypoint.sh

@@ -3,7 +3,7 @@ export akka_interface=$(hostname -i)
 
 echo "#Dummy" >> /etc/rc.d/init.d/functions
 source /etc/init.d/web-registry-portal status
-rm -rf /var/run/web-registry-portal/play.pid
+mkdir -p /var/run/web-registry-portal
 
 for i in $(ls -d /configs/*.conf); do ln -sf ${i} /etc/web-registry-portal/;done