1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/matomo_ynh.git synced 2024-09-03 19:45:56 +02:00

Small typos

This commit is contained in:
ericgaspar 2020-12-11 18:51:06 +01:00
parent baa581a911
commit 69efd1b3b8
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 1 additions and 3 deletions

View file

@ -134,8 +134,6 @@ ynh_script_progression --message="Configuring SSOwat..."
# Make app public if necessary or protect it
if [ $is_public -eq 1 ]
then
# Everyone can access the app.
# The "main" permission is automatically created before the install script.
ynh_permission_update --permission "main" --add "visitors"
fi

View file

@ -141,7 +141,7 @@ if [[ -f "$final_path/config/config.ini.php" ]]; then
fi
#=================================================
# INSRALL MISSING ICONS
# INSTALL MISSING ICONS
#=================================================
if [ ! "$(ls -A "$final_path/plugins/Morpheus/icons")" ]