inseted debug messages
This commit is contained in:
parent
224993d9ac
commit
ab2d255505
1 changed files with 3 additions and 0 deletions
3
base.sh
3
base.sh
|
@ -122,12 +122,15 @@ if [[ $configuration == 1 ]]; then
|
|||
systemctl enable sshd
|
||||
# Netzwerk
|
||||
# Ethernet
|
||||
echo "Ethernet"
|
||||
ethernet_network=$(find / -type f -name 20-ethernet.network | grep configs)
|
||||
cp "$ethernet_network" /etc/systemd/network/
|
||||
# Wlan
|
||||
echo "WLAN"
|
||||
wlan_network=$(find / -type f -name 20-wlan.network | grep configs)
|
||||
cp "$wlan_network" /etc/systemd/network/
|
||||
# Wwan (Mobilefunk)
|
||||
echo "Mobilfunk"
|
||||
wwan_network=$(find / -type f -name 20-wwan.network | grep configs)
|
||||
cp "$wwan_network" /etc/systemd/network/
|
||||
elif [[ $configuration == 2 ]]; then
|
||||
|
|
Loading…
Reference in a new issue