mirror of
https://github.com/YunoHost-Apps/joomla_ynh.git
synced 2024-09-03 19:26:34 +02:00
Fix #34
This commit is contained in:
parent
941ec0a268
commit
9d80dc2899
1 changed files with 2 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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue