Skip to content
Snippets Groups Projects
Commit 058815de authored by Patrick Barroca's avatar Patrick Barroca :grin: Committed by gloas
Browse files

Update build script : index.php.default no more exists

parent 39d6d705
Branches
Tags 5.12
2 merge requests!258Dev/13872 Orphee Allow Hold Available Items,!4dev#12091 Moulins portail jeunesse
#!/bin/bash
source ./update.sh
cp config.ini.default config.ini
cp index.php.default index.php
sed -i "s/sgbd.config.username =/sgbd.config.username = opac/g" config.ini
sed -i "s/sgbd.config.password =/sgbd.config.password = opac/g" config.ini
sed -i "s/sgbd.config.dbname =/sgbd.config.dbname = opac/g" config.ini
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment