wg_stop korrigiert
This commit is contained in:
parent
da972a958a
commit
e82124f7d9
2
wg_stop
2
wg_stop
@ -7,7 +7,7 @@
|
||||
wg_wdir="/home/$a_user/.config/wg_nmcli/"
|
||||
wg_pic="/home/$a_user/.icons/"
|
||||
#Damit wird der inhalt von /home/$a_user/.config/wg_nmcli/.tunnel.txt in ein Array gespeichert
|
||||
IFS=$'\n' lines=( "$(cat ${wg_wdir}.tunnel.txt)" )
|
||||
IFS=$'\n' lines=( $(cat ${wg_wdir}.tunnel.txt) )
|
||||
#echo ${lines[0]} #Damit wird der Inhalt ausgelesen. (Index angeben)
|
||||
wert=$"*_*"
|
||||
for wert in "${lines[@]}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user