1
0
Fork 0
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:
ericgaspar 2020-12-12 15:32:25 +01:00
parent 69efd1b3b8
commit 63b55c6d6d
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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
#=================================================