Browse Source

Добавил kill файла pid

tomishinets.v 5 years ago
parent
commit
b46e5ca771
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docker-entrypoint.sh

+ 1 - 0
docker-entrypoint.sh

@@ -24,6 +24,7 @@ echo ${admin_ip} > /tmp/admin_ip
 
 
 echo "#Dummy" >> /etc/rc.d/init.d/functions
 echo "#Dummy" >> /etc/rc.d/init.d/functions
 source /etc/init.d/web-registry-portal status
 source /etc/init.d/web-registry-portal status
+rm -rf /var/run/web-registry-portal/play.pid
 
 
 if [ ! -z "$*" ]
 if [ ! -z "$*" ]
 then
 then