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:
parent
baa581a911
commit
69efd1b3b8
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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")" ]
|
||||
|
|
Loading…
Reference in a new issue