From 6f5e228ee3a5550cf08dbc305c825f9878020c04 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 10 Dec 2018 17:31:48 +0000 Subject: [PATCH] Prettier formatting ? --- install_yunohost | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/install_yunohost b/install_yunohost index f2dc73a..113da2b 100755 --- a/install_yunohost +++ b/install_yunohost @@ -432,17 +432,17 @@ function conclusion() { =============================================================================== You should now proceed with Yunohost post-installation. This is where you will be asked for : -- the main domain of your server ; -- the administration password. + - the main domain of your server ; + - the administration password. You can perform this step : -- from the command line, by running 'yunohost tools postinstall' as root -- or from your web browser, by accessing : ${local_ip}${global_ip} + - from the command line, by running 'yunohost tools postinstall' as root + - or from your web browser, by accessing : ${local_ip}${global_ip} -If this is your first time with YunoHost, it is strongly advised to take time -to read the administator documentation and in particular the sections -'Finalizing your setup' and 'Getting to know YunoHost'. It is available at the -following URL : https://yunohost.org/admindoc +If this is your first time with YunoHost, it is strongly recommended to take +time to read the administator documentation and in particular the sections +'Finalizing your setup' and 'Getting to know YunoHost'. It is available at +the following URL : https://yunohost.org/admindoc =============================================================================== EOF }