mirror of
https://github.com/YunoHost-Apps/matomo_ynh.git
synced 2024-09-03 19:45:56 +02:00
Set permissions to Morpheus folder to auto update
This commit is contained in:
parent
69efd1b3b8
commit
63b55c6d6d
2 changed files with 2 additions and 0 deletions
|
@ -102,6 +102,7 @@ ynh_install_composer --phpversion="$phpversion" --workdir="$final_path"
|
|||
|
||||
# Install missing icons
|
||||
git clone https://github.com/matomo-org/matomo-icons.git "$final_path/plugins/Morpheus/icons" --quiet
|
||||
chmod -R 755 "$final_path/plugins/Morpheus"
|
||||
|
||||
#=================================================
|
||||
# SETUP A CRON
|
||||
|
|
|
@ -147,6 +147,7 @@ fi
|
|||
if [ ! "$(ls -A "$final_path/plugins/Morpheus/icons")" ]
|
||||
then
|
||||
git clone https://github.com/matomo-org/matomo-icons.git "$final_path/plugins/Morpheus/icons" --quiet
|
||||
chmod -R 755 "$final_path/plugins/Morpheus"
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue