mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
fn: rename from fnctl (#321)
* fn: rename from fnctl * fn: predicting the release version for installer * fn: predicting the release version for installer
This commit is contained in:
7
fn/entrypoint.sh
Normal file
7
fn/entrypoint.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
HOST=$(/sbin/ip route|awk '/default/ { print $3 }')
|
||||
|
||||
echo "$HOST default localhost localhost.local" > /etc/hosts
|
||||
|
||||
/fn "$@"
|
||||
Reference in New Issue
Block a user