Explorar el Código

Poprawka dziwnego bledu erroru z instalacja mapservera. TODO warto chyba by logowac caly proces instalacji procesy5 do jakiegos pliku na razie na >>/tmp/procesy5_install.log

a.binder hace 9 años
padre
commit
abb50d543f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      SE/superedit-INSTALL_SES_PROCESY_A.php

+ 2 - 2
SE/superedit-INSTALL_SES_PROCESY_A.php

@@ -1084,8 +1084,8 @@ function INSTALL_GETCOMMANDS_WMS($ADMIN_USERNAME,$SERVER_ADDRESS_IP,$ADMIN_USERN
 //! pakiet: INSTALL_GETCOMMANDS_WMS @2016-07 maintain bzyk
 
 // mapserver
- $cmd[]['rsh']='port install mapserver';
-
+ $cmd[]['rsh']='port install mapserver >> /tmp/procesy5_install.log 2&>1 || echo PASSED'; //many times first time port install finishes with error - so do it twice as in tests!
+ $cmd[]['rsh']='port install mapserver >> /tmp/procesy5_install.log 2&>1 ';
 // qgis
  $cmd[]['scp']=array($INSTALL_ROOT.'/stuff/qgis__kyngchaos.com/QGIS-2.14.3-1.dmg','/tmp/QGIS-2.14.3-1.dmg');
  $cmd[]['rsh']='hdiutil mount /tmp/QGIS-2.14.3-1.dmg -mountpoint /Volumes/QGIS-2.14.3-1';