mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
Fix configuration file removal
This commit is contained in:
parent
092c79fb4a
commit
6245138174
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ ynh_add_config --template="../conf/configuration.yml" --destination="$final_path
|
|||
pushd $final_path
|
||||
exec_as $app php$phpversion -d $final_path -d memory_limit=-1 flarum install -f configuration.yml
|
||||
# Delete configuration.yml as it contains sensitive data
|
||||
ynh_secure_remove $finalflarumconf
|
||||
ynh_secure_remove --file="$final_path/configuration.yml"
|
||||
popd
|
||||
|
||||
# Email setup
|
||||
|
|
Loading…
Reference in a new issue