mirror of
https://github.com/YunoHost-Apps/redmine_ynh.git
synced 2024-09-03 20:16:16 +02:00
Adding comment in install script and cleanup operation for 'db-ldap.sql' file
This commit is contained in:
parent
5bb2d843e1
commit
9d844d2be5
1 changed files with 4 additions and 0 deletions
|
@ -142,7 +142,11 @@ pushd $final_path
|
|||
bundle install
|
||||
ynh_exec_warn_less bundle exec rake generate_secret_token RAILS_ENV=production
|
||||
ynh_exec_warn_less bundle exec rake db:migrate RAILS_ENV=production
|
||||
|
||||
#Setting up LDAP authentification
|
||||
ynh_psql_connect_as $db_user $db_pwd $db_name < $final_path/config/db-ldap.sql
|
||||
rm -f $final_path/config/db-ldap.sql
|
||||
|
||||
#ynh_exec_warn_less bundle exec rake redmine:load_default_data RAILS_ENV=production
|
||||
popd
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue