more korrektur

This commit is contained in:
Désiré Werner Menrath 2023-11-08 20:26:42 +01:00
parent 5b7279fda7
commit 35bb0bfe51

4
wire_g
View File

@ -113,7 +113,7 @@ import_wg(){
import_wg ;; import_wg ;;
esac esac
else else
kill -0 $PID &> /dev/null kill -0 "$PID" &> /dev/null
wire_g wire_g
fi fi
@ -213,7 +213,7 @@ more(){
<span color='#626ff1'><b>At all tunnels, the auto start is disabled.</b></span> \n <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>Version: $version </b></span> \n
<span color='#626ff1'><b>Use without warranty.</b></span> \n <span color='#626ff1'><b>Use without warranty.</b></span> \n
<a href='https://git.lunix.dedyn.io/punix/Wire-G'>Download Wire-G </a> \n" & PID=$!) <a href='https://git.lunix.dedyn.io/punix/Wire-G'>Download Wire-G </a> \n" <&3 & PID=$!)
} }
export -f more export -f more