Skip to content
Snippets Groups Projects

Twoln dev

Closed Tomasz Wolniewicz requested to merge twoln-dev into master
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
scripts/update_coco.sh 100755 → 100644
+ 3
2
#!/bin/bash
cd /var/www/html/technical/scripts; /usr/bin/php CoCointerface.php 1> /dev/null 2>>/var/log/coco_error.log
spath="$(readlink -n -f "$0")"
cd "$(dirname "$spath")"
/usr/bin/php CoCointerface.php 1> /dev/null 2>>/var/log/coco_error.log
Loading