mirror of
https://github.com/sigmasternchen/kukkubukku
synced 2025-03-15 07:18:54 +00:00
index file now works
This commit is contained in:
parent
7122d6dc10
commit
0f3ef3a1a2
1 changed files with 6 additions and 4 deletions
10
index.sh
10
index.sh
|
@ -1,9 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
. base.sh
|
||||
. mysql.sh
|
||||
. credentials.sh
|
||||
. shinden/engine.sh
|
||||
. shochu/utils.sh
|
||||
. shochu/uri.sh
|
||||
. shochu/router.sh
|
||||
. shochu/mysql.sh
|
||||
. shochu/credentials.sh
|
||||
. shochu/shinden/engine.sh
|
||||
|
||||
connect "$mysqlHost" "$mysqlUser" "$mysqlPassword" "$mysqlDB"
|
||||
|
||||
|
|
Loading…
Reference in a new issue