diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/Wire-G.iml b/.idea/Wire-G.iml new file mode 100644 index 0000000..d0876a7 --- /dev/null +++ b/.idea/Wire-G.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..a971a2c --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..f77362c --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/wire_g b/wire_g index 1627343..75aea5c 100755 --- a/wire_g +++ b/wire_g @@ -240,7 +240,7 @@ about(){ At all Tunnels, the auto start is disabled. \n Version: $VERSION \n Use without warranty. \n -Download Wire-G \n" &> ${WG_WDIR}about.txt +Download Wire-G \n" &> ${WG_WDIR}about.txt on_start @@ -258,7 +258,7 @@ about(){ At all Tunnels, the auto start is disabled. \n Version: $VERSION \n Use without warranty. \n -Download Wire-G \n" &> ${WG_WDIR}about.txt +Download Wire-G \n" &> ${WG_WDIR}about.txt on_start @@ -276,7 +276,7 @@ about(){ At all Tunnels, the auto start is disabled. \n Version: $VERSION \n Use without warranty. \n -Download Wire-G \n" &> ${WG_WDIR}about.txt +Download Wire-G \n" &> ${WG_WDIR}about.txt on_start @@ -294,7 +294,7 @@ about(){ At all Tunnels, the auto start is disabled. \n Version: $VERSION \n Use without warranty. \n -Download Wire-G \n" &> ${WG_WDIR}about.txt +Download Wire-G \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=$"Update for Wireg-G is available. \n -Download Wire-G \n" +Download Wire-G \n" fi fi fi