瀏覽代碼

upload bash script for run update wiki *.pl

Dmitriev Roman 2 月之前
父節點
當前提交
ed296809e3
共有 1 個文件被更改,包括 8 次插入0 次删除
  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