浏览代码

initialization script

Steve L. Nyemba 8 年之前
父节点
当前提交
a4b4cc465e
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      init.sh

+ 6 - 0
init.sh

@@ -13,6 +13,12 @@ install(){
 	`sandbox/bin/pip freeze|sort |diff requirements.txt -|grep \<|grep -E " .+$" -o|sandbox/bin/pip install --upgrade` 
 
 
+}
+register(){
+	curl -X POST https://the-phi.com/store/init/monitor-logs -H "uid:$1" -H"pid: $2"
+
+
+
 }
 upgrade(){
 	git pull