mirror of
https://github.com/YunoHost-Apps/joomla_ynh.git
synced 2024-09-03 19:26:34 +02:00
commit
254346ba75
2 changed files with 7 additions and 1 deletions
|
@ -44,7 +44,8 @@ then
|
||||||
popd
|
popd
|
||||||
# Remove installation directory
|
# Remove installation directory
|
||||||
ynh_secure_remove --file="$install_dir/installation"
|
ynh_secure_remove --file="$install_dir/installation"
|
||||||
|
# Fix #34
|
||||||
|
ynh_secure_remove --file="$install_dir/administrator/cache/autoload_psr4.php"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
chmod -R o-rwx "$install_dir"
|
chmod -R o-rwx "$install_dir"
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
test_format = 1.0
|
test_format = 1.0
|
||||||
|
|
||||||
[default]
|
[default]
|
||||||
|
|
||||||
|
# -------------------------------
|
||||||
|
# Commits to test upgrade from
|
||||||
|
# -------------------------------
|
||||||
|
test_upgrade_from.08222d1d.name = "Upgrade from 4.2.6"
|
||||||
|
|
Loading…
Add table
Reference in a new issue