mirror of
https://github.com/YunoHost-Apps/redmine_ynh.git
synced 2024-09-03 20:16:16 +02:00
replace 'rm -f' by 'ynh_secure_remove'
This commit is contained in:
parent
3b2e8e3ee7
commit
703d60daff
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ pushd "$install_dir"
|
|||
|
||||
#Setting up LDAP authentification
|
||||
ynh_psql_connect_as $db_user $db_pwd $db_name < $install_dir/config/db-ldap.sql
|
||||
rm -f $install_dir/config/db-ldap.sql
|
||||
ynh_secure_remove --file="$install_dir/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