mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 05:35:41 +00:00
chore: correction in reload script
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -620,7 +620,7 @@ if [ "$SSL_ENABLED" = 'y' ] || [ "$SSL_ENABLED" = 'Y' ]; then
|
||||
echo "Certificates renewed. Reloading nginx...";
|
||||
sleep 5;
|
||||
CONTAINER_NAME=\$\$(docker ps --format "{{.Names}}" | grep "nginx")
|
||||
docker compose exec $CONTAINER_NAME nginx -s reload;
|
||||
docker exec \$\$CONTAINER_NAME nginx -s reload;
|
||||
fi;
|
||||
sleep 12h & wait \$\${!};
|
||||
done;'
|
||||
|
||||
Reference in New Issue
Block a user