1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/joomla_ynh.git synced 2024-09-03 19:26:34 +02:00

Merge pull request #35 from YunoHost-Apps/Fix-#34

Fix #34
This commit is contained in:
jarod5001 2024-02-02 23:28:13 +01:00 committed by GitHub
commit 254346ba75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View file

@ -44,7 +44,8 @@ then
popd
# Remove installation directory
ynh_secure_remove --file="$install_dir/installation"
# Fix #34
ynh_secure_remove --file="$install_dir/administrator/cache/autoload_psr4.php"
fi
chmod -R o-rwx "$install_dir"

View file

@ -1,3 +1,8 @@
test_format = 1.0
[default]
# -------------------------------
# Commits to test upgrade from
# -------------------------------
test_upgrade_from.08222d1d.name = "Upgrade from 4.2.6"