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
|
systemctl enable sshd
|
||||||
# Netzwerk
|
# Netzwerk
|
||||||
# Ethernet
|
# Ethernet
|
||||||
|
echo "Ethernet"
|
||||||
ethernet_network=$(find / -type f -name 20-ethernet.network | grep configs)
|
ethernet_network=$(find / -type f -name 20-ethernet.network | grep configs)
|
||||||
cp "$ethernet_network" /etc/systemd/network/
|
cp "$ethernet_network" /etc/systemd/network/
|
||||||
# Wlan
|
# Wlan
|
||||||
|
echo "WLAN"
|
||||||
wlan_network=$(find / -type f -name 20-wlan.network | grep configs)
|
wlan_network=$(find / -type f -name 20-wlan.network | grep configs)
|
||||||
cp "$wlan_network" /etc/systemd/network/
|
cp "$wlan_network" /etc/systemd/network/
|
||||||
# Wwan (Mobilefunk)
|
# Wwan (Mobilefunk)
|
||||||
|
echo "Mobilfunk"
|
||||||
wwan_network=$(find / -type f -name 20-wwan.network | grep configs)
|
wwan_network=$(find / -type f -name 20-wwan.network | grep configs)
|
||||||
cp "$wwan_network" /etc/systemd/network/
|
cp "$wwan_network" /etc/systemd/network/
|
||||||
elif [[ $configuration == 2 ]]; then
|
elif [[ $configuration == 2 ]]; then
|
||||||
|
|
Loading…
Reference in a new issue