scripts/start-server.sh aktualisiert

This commit is contained in:
2024-04-17 13:25:44 +02:00
parent abe0dd15b5
commit 6430bdad5d

View File

@@ -8,5 +8,8 @@ if [ "${EXIT_STATUS}" != 0 ]; then
echo "---Can't start WireGuard tunnel wg${WG_CONFIG_ID}, please check your config!---"
else
echo "---WireGuard tunnel wg${WG_CONFIG_ID} started successfully...---"
if [ "${ENABLE_WEBCONSOLE}" == "true" ]; then
/opt/scripts/start-gotty.sh 2>/dev/null &
fi
fi
sleep infinity