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 773b2fc commit 5f39bb6Copy full SHA for 5f39bb6
ct/mariadb.sh
@@ -28,7 +28,7 @@ function update_script() {
28
header_info
29
check_container_storage
30
check_container_resources
31
- if [[ ! -f /etc/apt/sources.list.d/mariadb.list ]]; then
+ if [[ ! -d /etc/mysql/mariadb.conf.d ]]; then
32
msg_error "No ${APP} Installation Found!"
33
exit
34
fi
0 commit comments