Skip to content
Snippets Groups Projects
Commit 17b6f197 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

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

parent dc6b09ac
Branches
Tags 5.12
No related merge requests found
#!/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