Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue #533 #534

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix issue #533 #534

wants to merge 2 commits into from

Commits on Sep 18, 2014

  1. Fix issue #533

    The given variable `data`  is the `parameters.ini` content file.
    
    In the file `capifony / lib / symfony2 / database.rb` there is 
    
    ```ruby
        data = capture("#{try_sudo} cat #{current_path}/#{app_config_path}/#{app_config_file}")
        config = load_database_config data, symfony_env_prod
    ```
    Kevin Auvinet committed Sep 18, 2014
    Configuration menu
    Copy the full SHA
    43b57c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2014

  1. Replace "backups/" by "#{backup_path}/"

    Replace the hard coded path of the backup directory by the variable `#{backup_path}`
    Kevin Auvinet committed Sep 22, 2014
    Configuration menu
    Copy the full SHA
    db491c0 View commit details
    Browse the repository at this point in the history