1
0
Fork 0
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:
François DORIN 2023-04-08 17:09:51 +02:00
parent 5bb2d843e1
commit 9d844d2be5

View file

@ -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