Skip to content

Commit 5f39bb6

Browse files
authored
Check mariaDB Installpath
1 parent 773b2fc commit 5f39bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/mariadb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function update_script() {
2828
header_info
2929
check_container_storage
3030
check_container_resources
31-
if [[ ! -f /etc/apt/sources.list.d/mariadb.list ]]; then
31+
if [[ ! -d /etc/mysql/mariadb.conf.d ]]; then
3232
msg_error "No ${APP} Installation Found!"
3333
exit
3434
fi

0 commit comments

Comments
 (0)