Explorar el Código

upload bash script for run update wiki *.pl

Dmitriev Roman hace 2 meses
padre
commit
ed296809e3
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8 0
      scripts/utils/wiki/update_wiki

+ 8 - 0
scripts/utils/wiki/update_wiki

@@ -0,0 +1,8 @@
+#!/bin/bash
+
+#first - update wikiname in EYE
+/opt/Eye/scripts/utils/wiki/update_eye_wiki.pl >/dev/null
+#second - update connection in Wiki
+/opt/Eye/scripts/utils/wiki/update_wiki_eye.pl >/dev/null
+
+exit 0