diff --git a/scripts/install b/scripts/install index 92ca1da..c0cebbe 100644 --- a/scripts/install +++ b/scripts/install @@ -163,7 +163,7 @@ fi # SEND A README FOR THE ADMIN #================================================= -# Get main domain and buid the url of the admin panel of the app. +# Get main domain and buid the URL of the admin panel of the app. admin_panel="https://$(grep portal_domain /etc/ssowat/conf.json | cut -d'"' -f4)/yunohost/admin/#/apps/$app" if [ $with_mysql -eq 1 ]