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.
2 parents 8dfc1af + 12760bf commit a8bbbfbCopy full SHA for a8bbbfb
tests/03-config.sh
@@ -19,7 +19,7 @@ CWD="$(cd -P -- "$(dirname -- "$0")" && pwd -P)"
19
CNF_DIR="$( mktemp -d )"
20
chmod 0755 "${CNF_DIR}"
21
CNF_KEY="general_log_file"
22
-CNF_VAL="devilbox.log"
+CNF_VAL="/var/log/devilbox.log"
23
echo "[mysqld]" > "${CNF_DIR}/config.cnf"
24
echo "${CNF_KEY} = ${CNF_VAL}" >> "${CNF_DIR}/config.cnf"
25
0 commit comments