inseted debug messages

This commit is contained in:
eichehome 2023-03-29 17:39:25 +02:00
parent 224993d9ac
commit ab2d255505

View file

@ -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