This commit is contained in:
Shahrad Elahi
2023-10-31 18:33:19 +03:30
parent beae28270e
commit 6bd9a63ad7
6 changed files with 7 additions and 6 deletions

View File

@@ -91,6 +91,6 @@ echo -e "========================================================\n"
sleep 1
# After 10 seconds, export the database to the WireGuard config file
screen -dm bash -c "sleep 10; curl -s -o /dev/null http://127.0.0.1:3000/api/wireguard/healthcheck"
screen -dm bash -c "sleep 10; curl -s -o /dev/null http://127.0.0.1:3000/api/healthcheck"
exec "$@"