nexusagent-redis commited on
Commit
b2ef754
·
1 Parent(s): 0d0758b

Fix second else syntax error in entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -84,7 +84,7 @@ data['http_basic_auth'] = [f'nancy_admin:{os.getenv(\"NANCY_REDIS_SECRET\")}']
84
  with open('/app/webdis.json', 'w') as f:
85
  json.dump(data, f, indent=2)
86
  "
87
- else:
88
  echo "[WARNING] NANCY_REDIS_SECRET missing! Webdis REST server is running unsecured!"
89
  fi
90
 
 
84
  with open('/app/webdis.json', 'w') as f:
85
  json.dump(data, f, indent=2)
86
  "
87
+ else
88
  echo "[WARNING] NANCY_REDIS_SECRET missing! Webdis REST server is running unsecured!"
89
  fi
90