5 lines
107 B
Plaintext
5 lines
107 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
export URL=$(ip route get 1 | awk '{print $NF;exit}')
|
||
|
envsubst </etc/issue.template >/etc/issue
|