mirror of
https://github.com/jerikan-network/cmdb.git
synced 2024-05-06 04:54:50 +00:00
6 lines
127 B
Plaintext
6 lines
127 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
# Check syntax with ifupdown
|
||
|
|
target=$PWD/output/"$1"/network-interfaces
|
||
|
|
ifup -n -i $target -a --state-dir=/dev/null
|