1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/concrete5_ynh.git synced 2024-09-03 18:25:54 +02:00

Update install

This commit is contained in:
frju365 2017-03-02 11:37:38 +01:00 committed by GitHub
parent 5667681dae
commit eaa6a4dd5e

View file

@ -87,6 +87,7 @@ POOL_FPM
# Modify the config.yml # Modify the config.yml
#================================================= #=================================================
sudo rm $final_path/conf/config.default.yml
sed -i "s@db_user@$db_user@g" ../conf/config.yml sed -i "s@db_user@$db_user@g" ../conf/config.yml
sed -i "s@db_pass@$db_pass@g" ../conf/config.yml sed -i "s@db_pass@$db_pass@g" ../conf/config.yml
sed -i "s@db_name@$db_name@g" ../conf/config.yml sed -i "s@db_name@$db_name@g" ../conf/config.yml