Skip to content

Commit bf91e04

Browse files
committed
Fix db names
1 parent af6cab2 commit bf91e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/bookstack-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ msg_ok "Installed Dependencies"
2020
PHP_MODULE="ldap,tidy,bz2,mysqli" PHP_FPM="YES" PHP_APACHE="YES" PHP_VERSION="8.3" setup_php
2121
setup_composer
2222
setup_mariadb
23-
MARIADB_DB_NAME="bookstack_db1" MARIADB_DB_USER="bookstack_user1" setup_mariadb_db
23+
MARIADB_DB_NAME="bookstack_db" MARIADB_DB_USER="bookstack_user" setup_mariadb_db
2424
fetch_and_deploy_gh_release "bookstack" "BookStackApp/BookStack"
2525
import_local_ip
2626

0 commit comments

Comments
 (0)