mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 08:26:43 +00:00
refactor: bash variable name
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -613,9 +613,9 @@ if [ "$SSL_ENABLED" = 'y' ] || [ "$SSL_ENABLED" = 'Y' ]; then
|
||||
apk add docker-cli || { echo "Failed to install Docker CLI"; exit 1; };
|
||||
trap exit TERM;
|
||||
while :; do
|
||||
output=\$\$(certbot renew 2>&1);
|
||||
echo "\$\$output";
|
||||
if echo "\$\$output" | grep -q "No renewals were attempted"; then
|
||||
OUTPUT=\$\$(certbot renew 2>&1);
|
||||
echo "\$\$OUTPUT";
|
||||
if echo "\$\$OUTPUT" | grep -q "No renewals were attempted"; then
|
||||
echo "No certificates were renewed.";
|
||||
else
|
||||
echo "Certificates renewed. Reloading nginx...";
|
||||
|
||||
Reference in New Issue
Block a user