kleiner fix (. vergessen)
This commit is contained in:
parent
7bb6ef8cc5
commit
8ea3a31e2b
3
wire_g
3
wire_g
@ -108,7 +108,7 @@ import_wg(){
|
|||||||
*) yad --text-align=center --button=$"OK" --title=$"Wireguard .conf Select file" \
|
*) yad --text-align=center --button=$"OK" --title=$"Wireguard .conf Select file" \
|
||||||
--image-on-top --image=${wg_pic}wg-info.png \
|
--image-on-top --image=${wg_pic}wg-info.png \
|
||||||
--fixed --center --buttons-layout=center --borders=8 \
|
--fixed --center --buttons-layout=center --borders=8 \
|
||||||
--text $"<b>Oh da ging etwas schief</b> \n
|
--text $"<b>Oh da ging etwas schief.</b> \n
|
||||||
<b>Keine gültige Wireguard Datei.</b> \n
|
<b>Keine gültige Wireguard Datei.</b> \n
|
||||||
<b>Hier ein Beispiel:</b><span color='#0fad0a'><b> my_wireguard.conf</b></span> \n"
|
<b>Hier ein Beispiel:</b><span color='#0fad0a'><b> my_wireguard.conf</b></span> \n"
|
||||||
import_wg ;;
|
import_wg ;;
|
||||||
@ -169,6 +169,7 @@ export -f remove
|
|||||||
############################################################################################################
|
############################################################################################################
|
||||||
############################################################################################################
|
############################################################################################################
|
||||||
#funktion for active tunnel a stop
|
#funktion for active tunnel a stop
|
||||||
|
|
||||||
up_or_down(){
|
up_or_down(){
|
||||||
a_user=$(whoami)
|
a_user=$(whoami)
|
||||||
wg_pic="/home/$a_user/.icons/"
|
wg_pic="/home/$a_user/.icons/"
|
||||||
|
Loading…
Reference in New Issue
Block a user