diff --git a/scripts/install b/scripts/install index 147f985..6e913e3 100755 --- a/scripts/install +++ b/scripts/install @@ -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 diff --git a/scripts/upgrade b/scripts/upgrade index 47ad794..4ad8279 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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")" ]