|
|
@@ -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';
|