scripts/start-server.sh aktualisiert
This commit is contained in:
@@ -8,5 +8,8 @@ if [ "${EXIT_STATUS}" != 0 ]; then
|
|||||||
echo "---Can't start WireGuard tunnel wg${WG_CONFIG_ID}, please check your config!---"
|
echo "---Can't start WireGuard tunnel wg${WG_CONFIG_ID}, please check your config!---"
|
||||||
else
|
else
|
||||||
echo "---WireGuard tunnel wg${WG_CONFIG_ID} started successfully...---"
|
echo "---WireGuard tunnel wg${WG_CONFIG_ID} started successfully...---"
|
||||||
|
if [ "${ENABLE_WEBCONSOLE}" == "true" ]; then
|
||||||
|
/opt/scripts/start-gotty.sh 2>/dev/null &
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
sleep infinity
|
sleep infinity
|
Reference in New Issue
Block a user