mirror of
git://git.acid.vegas/random.git
synced 2024-12-04 21:46:40 +00:00
Test commit for post-recieve hook debugging
This commit is contained in:
parent
b07c03695f
commit
6b37a82e94
1
ovh6
1
ovh6
@ -2,6 +2,7 @@
|
|||||||
_ADDRESS="2001:0000:000:0000:0:0:0:0000"
|
_ADDRESS="2001:0000:000:0000:0:0:0:0000"
|
||||||
_GATEWAY="2001:0000:0000:0000:0000:0000:0000:0000"
|
_GATEWAY="2001:0000:0000:0000:0000:0000:0000:0000"
|
||||||
_PERSIST=1
|
_PERSIST=1
|
||||||
|
|
||||||
if [ $_PERSIST -eq 1 ]; then
|
if [ $_PERSIST -eq 1 ]; then
|
||||||
echo -r "[Match]\nName=eth0\n\n[Network]\nDHCP=ipv4\n\nAddress=$_ADDRESS\nGateway=$_GATEWAY\n\n[DHCP]\nUseMTU=true" > /etc/systemd/network/eth0-dhcp.network
|
echo -r "[Match]\nName=eth0\n\n[Network]\nDHCP=ipv4\n\nAddress=$_ADDRESS\nGateway=$_GATEWAY\n\n[DHCP]\nUseMTU=true" > /etc/systemd/network/eth0-dhcp.network
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user