We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6afbc5e commit 83d8756Copy full SHA for 83d8756
scripts/run.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
set -e
3
4
-if [[ "${UPTIME_KUMA_DB_TYPE}" != 'mariadb' ]]; then
+if [[ "${UPTIME_KUMA_DB_TYPE}" == 'mariadb' ]]; then
5
exec node server/server.js
6
else
7
# Restore the database if it does not already exist.
0 commit comments