We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a812fd8 commit 9e9ff19Copy full SHA for 9e9ff19
scripts/apps/uptime-kuma-2/ampstart.sh
@@ -86,7 +86,7 @@ if [[ -f "/AMP/customstart.sh" ]]; then
86
( set +e; /AMP/customstart.sh; rc=$?; ((rc==0)) || echo "[Warn] customstart.sh exited with $rc; continuing" )
87
fi
88
89
-# Addition for Uptime Kuma 2 (for embedded MySQL)
+# Addition for Uptime Kuma 2 (for embedded MariaDB server)
90
chown -R amp:amp /var/lib/mysql
91
92
# Handoff
0 commit comments