View | Details | Raw Unified | Return to bug 6517
Collapse All | Expand All

(-)a/debian/scripts/koha-create (-2 / +1 lines)
Lines 189-195 then Link Here
189
        # Populate the database with default content.
189
        # Populate the database with default content.
190
        zcat "$DEFAULTSQL" |
190
        zcat "$DEFAULTSQL" |
191
        sed "s/__KOHASITE__/$name/g" |
191
        sed "s/__KOHASITE__/$name/g" |
192
        mysql --host="$mysqlhost" --user="$mysqluser" --password="$mysqlpwd"
192
        mysql --host="$mysqlhost" --user="$mysqluser" --password="$mysqlpwd" "$mysqldb"
193
193
194
194
195
        # Change the default user's password.
195
        # Change the default user's password.
196
- 

Return to bug 6517