Tomishinets Vladimir 4 years ago
parent
commit
05236fa100
1 changed files with 1 additions and 1 deletions
  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
-mkdir -p /var/run/web-registry-portal
+#mkdir -p /var/run/web-registry-portal
 
 for i in $(ls -d /configs/*.conf); do ln -sf ${i} /etc/web-registry-portal/;done