add script to set the ENV variable Server-IP based on the host
parent
ba5d253c19
commit
fd36d17e12
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
export SERVER_IP=$(curl -s https://api.ipify.org)
|
Loading…
Reference in New Issue