mirror of
https://github.com/YunoHost-Apps/matomo_ynh.git
synced 2024-09-03 19:45:56 +02:00
Fix typo
This commit is contained in:
parent
e4207dce70
commit
ea210f2a9e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue