mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 15:52:24 +02:00
💚 Jenkins : copy default config after unattended install
The generated config file had too many default values, and not the wanted ones
This commit is contained in:
@@ -2,5 +2,12 @@
|
|||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
|
chmod 666 conf/production/config-itop.php
|
||||||
|
|
||||||
cd toolkit
|
cd toolkit
|
||||||
php unattended_install.php default-params.xml
|
php unattended_install.php --response_file=default-params.xml --clean=true
|
||||||
|
|
||||||
|
cd ..
|
||||||
|
chmod 666 conf/production/config-itop.php
|
||||||
|
cp toolkit/default-config-itop.php conf/production/config-itop.php
|
||||||
|
chmod 444 conf/production/config-itop.php
|
||||||
|
|||||||
Reference in New Issue
Block a user