Explorar o código

initialization script

Steve L. Nyemba %!s(int64=8) %!d(string=hai) anos
pai
achega
a4b4cc465e
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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