url update fix
This commit is contained in:
12
wire_g
12
wire_g
@ -240,7 +240,7 @@ about(){
|
||||
<span color='#626ff1'><b>At all Tunnels, the auto start is disabled.</b></span> \n
|
||||
<span color='#626ff1'><b>Version: $VERSION </b></span> \n
|
||||
<span color='#626ff1'><b>Use without warranty.</b></span> \n
|
||||
<a href='https://git.lunix.dedyn.io/punix/Wire-G/releases'>Download Wire-G </a> \n" &> ${WG_WDIR}about.txt
|
||||
<a href='https://git.ilunix.de/punix/Wire-G/releases'>Download Wire-G </a> \n" &> ${WG_WDIR}about.txt
|
||||
|
||||
on_start
|
||||
|
||||
@ -258,7 +258,7 @@ about(){
|
||||
<span color='#626ff1'><b>At all Tunnels, the auto start is disabled.</b></span> \n
|
||||
<span color='#626ff1'><b>Version: $VERSION </b></span> \n
|
||||
<span color='#626ff1'><b>Use without warranty.</b></span> \n
|
||||
<a href='https://git.lunix.dedyn.io/punix/Wire-G/releases'>Download Wire-G </a> \n" &> ${WG_WDIR}about.txt
|
||||
<a href='https://git.ilunix.de/punix/Wire-G/releases'>Download Wire-G </a> \n" &> ${WG_WDIR}about.txt
|
||||
|
||||
on_start
|
||||
|
||||
@ -276,7 +276,7 @@ about(){
|
||||
<span color='#626ff1'><b>At all Tunnels, the auto start is disabled.</b></span> \n
|
||||
<span color='#626ff1'><b>Version: $VERSION </b></span> \n
|
||||
<span color='#626ff1'><b>Use without warranty.</b></span> \n
|
||||
<a href='https://git.lunix.dedyn.io/punix/Wire-G/releases'>Download Wire-G </a> \n" &> ${WG_WDIR}about.txt
|
||||
<a href='https://git.ilunix.de/punix/Wire-G/releases'>Download Wire-G </a> \n" &> ${WG_WDIR}about.txt
|
||||
|
||||
on_start
|
||||
|
||||
@ -294,7 +294,7 @@ about(){
|
||||
<span color='#626ff1'><b>At all Tunnels, the auto start is disabled.</b></span> \n
|
||||
<span color='#626ff1'><b>Version: $VERSION </b></span> \n
|
||||
<span color='#626ff1'><b>Use without warranty.</b></span> \n
|
||||
<a href='https://git.lunix.dedyn.io/punix/Wire-G/releases'>Download Wire-G </a> \n" &> ${WG_WDIR}about.txt
|
||||
<a href='https://git.ilunix.de/punix/Wire-G/releases'>Download Wire-G </a> \n" &> ${WG_WDIR}about.txt
|
||||
|
||||
on_start
|
||||
|
||||
@ -328,7 +328,7 @@ if AUTOUPDATE=$(grep 'TRUE TRUE\|FALSE TRUE' ${WG_WDIR}about.txt)
|
||||
then
|
||||
if [[ ! -e /tmp/CHANGELOG ]]
|
||||
then
|
||||
wget https://git.lunix.dedyn.io/punix/Wire-G/raw/branch/main/wg_nmcli/CHANGELOG -P /tmp
|
||||
wget https://git.lunix.dedyn.io/punix/Wire-G/raw/branch/main/wg_nmcli/CHANGELOG -P /tmp
|
||||
|
||||
UPDATE=$(diff -q /home/"$USER"/.local/share/wg_nmcli/CHANGELOG /tmp/CHANGELOG)
|
||||
|
||||
@ -340,7 +340,7 @@ if AUTOUPDATE=$(grep 'TRUE TRUE\|FALSE TRUE' ${WG_WDIR}about.txt)
|
||||
--image-on-top --image=${WG_PIC}wg-vpn-info.png \
|
||||
--separator=" " --skip-taskbar \
|
||||
--text=$"<span>Update for Wireg-G is available.</span> \n
|
||||
<a href='https://git.lunix.dedyn.io/punix/Wire-G'>Download Wire-G </a> \n"
|
||||
<a href='https://git.ilunix.de/punix/Wire-G'>Download Wire-G </a> \n"
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
Reference in New Issue
Block a user