1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/matomo_ynh.git synced 2024-09-03 19:45:56 +02:00
This commit is contained in:
ericgaspar 2020-12-16 15:50:09 +01:00
parent e4207dce70
commit ea210f2a9e
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -83,7 +83,7 @@ then
if [[ ! -f "$final_path/config/config.ini.php" ]]; then if [[ ! -f "$final_path/config/config.ini.php" ]]; then
# config.ini.php is only created during the post-install process... # config.ini.php is only created during the post-install process...
# it is therefore not present when the IC tests are carried out... # it is therefore not present when the CI tests are carried out...
# This condition is only for CI test to go through the upgrade process # This condition is only for CI test to go through the upgrade process
ynh_secure_remove --file="$final_path" ynh_secure_remove --file="$final_path"
# Download, check integrity, uncompress and patch the source from app.src # Download, check integrity, uncompress and patch the source from app.src